Html Css Color HEX #13DB8B Caribbean Green

📋 copy color: '#13DB8B'

red 19 ◦ green 219 ◦ blue 139

#13DB8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #13DB8B

Tints of Caribbean Green #13DB8B

RGB

 RED value IS 19 (7.81% from 255) = 5.04%

 GREEN value IS 219 (85.94% from 255) = 58.09%

 BLUE value IS 139 (54.69% from 255) = 36.87%

R = 5.04%
G = 58.09%
B = 36.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#13DB8B (or 0x13DB8B) is known color: Caribbean Green. HEX triplet: 13, DB and 8B. RGB value is (19,219,139). Sum of RGB (Red+Green+Blue) = 19+219+139=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #13DB8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13DB8B is #EC2474. Grayscale: #969696. Windows color (decimal): -15475829 or 9165587. OLE color: 9165587.

HSL color Cylindrical-coordinate representation of color #13DB8B: hue angle of 156º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DB8B is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 219 139 -
CMYK 0.91 0 0.37 0.14
HSL 156º 0.84% 0.47% -
HSV(B) 156º 0.91% 0.86% -
XYZ 30.26 52.67 33 -
YUV 150.08 121.74 34.5 -
System Red Green Blue C M Y K H S L
Decimal 19 219 139 0.91 0 0.37 0.14 156 0.84 0.47
Hex 13 DB 8B 5B 0 25 E 9C 54 2F
Octal 23 333 213 133 0 45 16 234 124 57
Binary 10011 11011011 10001011 1011011 0 100101 1110 10011100 1010100 101111

Color Harmonies of #13DB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DB8B

Black with #13DB8B

Text Example


Text Example

White with #13DB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13DB8B; }

 p { color: rgb(19,219,139); }

 H1.HeaderClassName
 {
   color: #13DB8B;
 }
 .AnyTagClassName
 {
   color: #13DB8B;
 }
</style>

background-color css

<style>
 a { background-color: #13DB8B; }

 a { background-color: rgb(19,219,139); }

 div.DivClassName
 {
   background-color: #13DB8B;
 }
 .BgClassName
 {
   background-color: #13DB8B;
 }
</style>

border-color css

<style>
 span { border-color: #13DB8B; }

 span { border-color: rgb(19,219,139); }

 td.TdClassName
 {
   border-color: #13DB8B;
 }
 .TagClassName
 {
   border-color: #13DB8B;
 }
</style>