Html Css Color HEX #13CBA9 Caribbean Green

📋 copy color: '#13CBA9'

red 19 ◦ green 203 ◦ blue 169

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

Shades of Caribbean Green #13CBA9

Tints of Caribbean Green #13CBA9

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.92%

 BLUE value IS 169 (66.41% from 255) = 43.22%

R = 4.86%
G = 51.92%
B = 43.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#13CBA9 (or 0x13CBA9) is known color: Caribbean Green. HEX triplet: 13, CB and A9. RGB value is (19,203,169). Sum of RGB (Red+Green+Blue) = 19+203+169=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #13CBA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CBA9 is #EC3456. Grayscale: #909090. Windows color (decimal): -15479895 or 11127571. OLE color: 11127571.

HSL color Cylindrical-coordinate representation of color #13CBA9: hue angle of 168.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CBA9 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 203 169 -
CMYK 0.91 0 0.17 0.20
HSL 168.91º 0.83% 0.44% -
HSV(B) 168.91º 0.91% 0.8% -
XYZ 28.79 45.71 44.84 -
YUV 144.11 142.04 38.76 -
System Red Green Blue C M Y K H S L
Decimal 19 203 169 0.91 0 0.17 0.20 168.91 0.83 0.44
Hex 13 CB A9 5B 0 11 14 A9 53 2C
Octal 23 313 251 133 0 21 24 251 123 54
Binary 10011 11001011 10101001 1011011 0 10001 10100 10101001 1010011 101100

Color Harmonies of #13CBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CBA9

Black with #13CBA9

Text Example


Text Example

White with #13CBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,203,169); }

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

background-color css

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

 a { background-color: rgb(19,203,169); }

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

border-color css

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

 span { border-color: rgb(19,203,169); }

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