Html Css Color HEX #12CFAA Caribbean Green

📋 copy color: '#12CFAA'

red 18 ◦ green 207 ◦ blue 170

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

Shades of Caribbean Green #12CFAA

Tints of Caribbean Green #12CFAA

RGB

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

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

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

R = 4.56%
G = 52.41%
B = 43.04%

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

#12CFAA (or 0x12CFAA) is known color: Caribbean Green. HEX triplet: 12, CF and AA. RGB value is (18,207,170). Sum of RGB (Red+Green+Blue) = 18+207+170=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #12CFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CFAA is #ED3055. Grayscale: #929292. Windows color (decimal): -15544406 or 11194130. OLE color: 11194130.

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

Color convert

RGB 18 207 170 -
CMYK 0.91 0 0.18 0.19
HSL 168.25º 0.84% 0.44% -
HSV(B) 168.25º 0.91% 0.81% -
XYZ 29.82 47.66 45.66 -
YUV 146.27 141.38 36.51 -
System Red Green Blue C M Y K H S L
Decimal 18 207 170 0.91 0 0.18 0.19 168.25 0.84 0.44
Hex 12 CF AA 5B 0 12 13 A8 54 2C
Octal 22 317 252 133 0 22 23 250 124 54
Binary 10010 11001111 10101010 1011011 0 10010 10011 10101000 1010100 101100

Color Harmonies of #12CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CFAA

Black with #12CFAA

Text Example


Text Example

White with #12CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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