#12C7A1

Color #12C7A1 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #12C7A1

Tints of Caribbean Green #12C7A1

Color information

#12C7A1 (or 0x12C7A1) is unknown color: approx Caribbean Green. HEX triplet: 12, C7 and A1. RGB value is (18,199,161). Sum of RGB (Red+Green+Blue) = 18+199+161=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 161 (63.28% from 255 or 42.59% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #12C7A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C7A1 is #ED385E. Grayscale: #8C8C8C. Windows color (decimal): -15546463 or 10602258. OLE color: 10602258.

HSL color Cylindrical-coordinate representation of color #12C7A1: hue angle of 167.4º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C7A1 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB18199161-
CMYK0.9100.190.22
HSL167.4º83.41%42.55%-
HSV(B)167.4º90.95%78.04%-
XYZ27.1143.5540.7-
YUV140.55139.5340.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.76%
GREEN value IS 199 (78.12% from 255) = 52.65%
BLUE value IS 161 (63.28% from 255) = 42.59%
R=4.76%
G=52.65%
B=42.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181991610.9100.190.22167.483.4142.55
Hex12C7A15B01316a7532b
Octal223072411330232624712353
Binary100101100011110100001101101101001110110101001111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,199,161); }

 H1.HeaderClassName
 {
   color: #12C7A1;
 }
 .AnyTagClassName
 {
   color: #12C7A1;
 }
</style>
background-color css

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

 a { background-color: rgb(18,199,161); }

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

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

 span { border-color: rgb(18,199,161); }

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