#12C897

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

Shades of Caribbean Green #12C897

Tints of Caribbean Green #12C897

Color information

#12C897 (or 0x12C897) is unknown color: approx Caribbean Green. HEX triplet: 12, C8 and 97. RGB value is (18,200,151). Sum of RGB (Red+Green+Blue) = 18+200+151=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #12C897 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12C897 is #ED3768. Grayscale: #8C8C8C. Windows color (decimal): -15546217 or 9947154. OLE color: 9947154.

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

Color convert

RGB18200151-
CMYK0.9100.240.22
HSL163.85º83.49%42.75%-
HSV(B)163.85º91%78.43%-
XYZ26.4943.6736.31-
YUV140134.240.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.88%
GREEN value IS 200 (78.52% from 255) = 54.20%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=4.88%
G=54.20%
B=40.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182001510.9100.240.22163.8583.4942.75
Hex12C8975B01816a4532b
Octal223102271330302624412353
Binary100101100100010010111101101101100010110101001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,200,151); }

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

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

 a { background-color: rgb(18,200,151); }

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

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

 span { border-color: rgb(18,200,151); }

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