Html Css Color HEX #12CAA4 Caribbean Green

📋 copy color: '#12CAA4'

red 18 ◦ green 202 ◦ blue 164

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

Shades of Caribbean Green #12CAA4

Tints of Caribbean Green #12CAA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.71%

R = 4.69%
G = 52.6%
B = 42.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#12CAA4 (or 0x12CAA4) is known color: Caribbean Green. HEX triplet: 12, CA and A4. RGB value is (18,202,164). Sum of RGB (Red+Green+Blue) = 18+202+164=384 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.69% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #12CAA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CAA4 is #ED355B. Grayscale: #8E8E8E. Windows color (decimal): -15545692 or 10799634. OLE color: 10799634.

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

Color convert

RGB 18 202 164 -
CMYK 0.91 0 0.19 0.21
HSL 167.61º 0.84% 0.43% -
HSV(B) 167.61º 0.91% 0.79% -
XYZ 28.07 45.05 42.34 -
YUV 142.65 140.04 39.09 -
System Red Green Blue C M Y K H S L
Decimal 18 202 164 0.91 0 0.19 0.21 167.61 0.84 0.43
Hex 12 CA A4 5B 0 13 15 A8 54 2B
Octal 22 312 244 133 0 23 25 250 124 53
Binary 10010 11001010 10100100 1011011 0 10011 10101 10101000 1010100 101011

Color Harmonies of #12CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CAA4

Black with #12CAA4

Text Example


Text Example

White with #12CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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