Html Css Color HEX #13CFAA Caribbean Green

📋 copy color: '#13CFAA'

red 19 ◦ green 207 ◦ blue 170

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

Shades of Caribbean Green #13CFAA

Tints of Caribbean Green #13CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.27%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 4.8%
G = 52.27%
B = 42.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#13CFAA (or 0x13CFAA) is known color: Caribbean Green. HEX triplet: 13, CF and AA. RGB value is (19,207,170). Sum of RGB (Red+Green+Blue) = 19+207+170=396 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.80% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #13CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CFAA is #EC3055. Grayscale: #929292. Windows color (decimal): -15478870 or 11194131. OLE color: 11194131.

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

Color convert

RGB 19 207 170 -
CMYK 0.91 0 0.18 0.19
HSL 168.19º 0.83% 0.44% -
HSV(B) 168.19º 0.91% 0.81% -
XYZ 29.84 47.67 45.66 -
YUV 146.57 141.22 37.01 -
System Red Green Blue C M Y K H S L
Decimal 19 207 170 0.91 0 0.18 0.19 168.19 0.83 0.44
Hex 13 CF AA 5B 0 12 13 A8 53 2C
Octal 23 317 252 133 0 22 23 250 123 54
Binary 10011 11001111 10101010 1011011 0 10010 10011 10101000 1010011 101100

Color Harmonies of #13CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CFAA

Black with #13CFAA

Text Example


Text Example

White with #13CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,170); }

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

background-color css

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

 a { background-color: rgb(19,207,170); }

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

border-color css

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

 span { border-color: rgb(19,207,170); }

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