Html Css Color HEX #12CCA6 Caribbean Green

📋 copy color: '#12CCA6'

red 18 ◦ green 204 ◦ blue 166

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

Shades of Caribbean Green #12CCA6

Tints of Caribbean Green #12CCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.58%

 BLUE value IS 166 (65.23% from 255) = 42.78%

R = 4.64%
G = 52.58%
B = 42.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#12CCA6 (or 0x12CCA6) is known color: Caribbean Green. HEX triplet: 12, CC and A6. RGB value is (18,204,166). Sum of RGB (Red+Green+Blue) = 18+204+166=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #12CCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CCA6 is #ED3359. Grayscale: #909090. Windows color (decimal): -15545178 or 10931218. OLE color: 10931218.

HSL color Cylindrical-coordinate representation of color #12CCA6: hue angle of 167.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CCA6 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 166 -
CMYK 0.91 0 0.19 0.2
HSL 167.74º 0.84% 0.44% -
HSV(B) 167.74º 0.91% 0.8% -
XYZ 28.73 46.07 43.45 -
YUV 144.05 140.38 38.09 -
System Red Green Blue C M Y K H S L
Decimal 18 204 166 0.91 0 0.19 0.2 167.74 0.84 0.44
Hex 12 CC A6 5B 0 13 14 A8 54 2C
Octal 22 314 246 133 0 23 24 250 124 54
Binary 10010 11001100 10100110 1011011 0 10011 10100 10101000 1010100 101100

Color Harmonies of #12CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CCA6

Black with #12CCA6

Text Example


Text Example

White with #12CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,204,166); }

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

background-color css

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

 a { background-color: rgb(18,204,166); }

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

border-color css

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

 span { border-color: rgb(18,204,166); }

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