Html Css Color HEX #13CEAA Caribbean Green

📋 copy color: '#13CEAA'

red 19 ◦ green 206 ◦ blue 170

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

Shades of Caribbean Green #13CEAA

Tints of Caribbean Green #13CEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.15%

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

R = 4.81%
G = 52.15%
B = 43.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#13CEAA (or 0x13CEAA) is known color: Caribbean Green. HEX triplet: 13, CE and AA. RGB value is (19,206,170). Sum of RGB (Red+Green+Blue) = 19+206+170=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 206 (80.86% from 255 or 52.15% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 206 - color contains mainly: green. Hex color #13CEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CEAA is #EC3155. Grayscale: #919191. Windows color (decimal): -15479126 or 11193875. OLE color: 11193875.

HSL color Cylindrical-coordinate representation of color #13CEAA: hue angle of 168.45º 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 #13CEAA is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 206 170 -
CMYK 0.91 0 0.17 0.19
HSL 168.45º 0.83% 0.44% -
HSV(B) 168.45º 0.91% 0.81% -
XYZ 29.6 47.18 45.58 -
YUV 145.98 141.55 37.43 -
System Red Green Blue C M Y K H S L
Decimal 19 206 170 0.91 0 0.17 0.19 168.45 0.83 0.44
Hex 13 CE AA 5B 0 11 13 A8 53 2C
Octal 23 316 252 133 0 21 23 250 123 54
Binary 10011 11001110 10101010 1011011 0 10001 10011 10101000 1010011 101100

Color Harmonies of #13CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CEAA

Black with #13CEAA

Text Example


Text Example

White with #13CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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