Html Css Color HEX #12CAA2 Caribbean Green

📋 copy color: '#12CAA2'

red 18 ◦ green 202 ◦ blue 162

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

Shades of Caribbean Green #12CAA2

Tints of Caribbean Green #12CAA2

RGB

 RED value IS 18 (7.42% from 255) = 4.71%

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

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

R = 4.71%
G = 52.88%
B = 42.41%

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

#12CAA2 (or 0x12CAA2) is known color: Caribbean Green. HEX triplet: 12, CA and A2. RGB value is (18,202,162). Sum of RGB (Red+Green+Blue) = 18+202+162=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #12CAA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CAA2 is #ED355D. Grayscale: #8E8E8E. Windows color (decimal): -15545694 or 10668562. OLE color: 10668562.

HSL color Cylindrical-coordinate representation of color #12CAA2: hue angle of 166.96º degrees, saturation: 0.84, 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 #12CAA2 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 202 162 -
CMYK 0.91 0 0.20 0.21
HSL 166.96º 0.84% 0.43% -
HSV(B) 166.96º 0.91% 0.79% -
XYZ 27.89 44.98 41.39 -
YUV 142.42 139.04 39.25 -
System Red Green Blue C M Y K H S L
Decimal 18 202 162 0.91 0 0.20 0.21 166.96 0.84 0.43
Hex 12 CA A2 5B 0 14 15 A7 54 2B
Octal 22 312 242 133 0 24 25 247 124 53
Binary 10010 11001010 10100010 1011011 0 10100 10101 10100111 1010100 101011

Color Harmonies of #12CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CAA2

Black with #12CAA2

Text Example


Text Example

White with #12CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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