Html Css Color HEX #13CAA2 Caribbean Green

📋 copy color: '#13CAA2'

red 19 ◦ green 202 ◦ blue 162

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

Shades of Caribbean Green #13CAA2

Tints of Caribbean Green #13CAA2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 4.96%
G = 52.74%
B = 42.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#13CAA2 (or 0x13CAA2) is known color: Caribbean Green. HEX triplet: 13, CA and A2. RGB value is (19,202,162). Sum of RGB (Red+Green+Blue) = 19+202+162=383 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.96% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #13CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #13CAA2 is #EC355D. Grayscale: #8E8E8E. Windows color (decimal): -15480158 or 10668563. OLE color: 10668563.

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

Color convert

RGB 19 202 162 -
CMYK 0.91 0 0.20 0.21
HSL 166.89º 0.83% 0.43% -
HSV(B) 166.89º 0.91% 0.79% -
XYZ 27.91 44.99 41.39 -
YUV 142.72 138.87 39.75 -
System Red Green Blue C M Y K H S L
Decimal 19 202 162 0.91 0 0.20 0.21 166.89 0.83 0.43
Hex 13 CA A2 5B 0 14 15 A7 53 2B
Octal 23 312 242 133 0 24 25 247 123 53
Binary 10011 11001010 10100010 1011011 0 10100 10101 10100111 1010011 101011

Color Harmonies of #13CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CAA2

Black with #13CAA2

Text Example


Text Example

White with #13CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,202,162); }

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

background-color css

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

 a { background-color: rgb(19,202,162); }

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

border-color css

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

 span { border-color: rgb(19,202,162); }

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