#12D587

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

Shades of Caribbean Green #12D587

Tints of Caribbean Green #12D587

Color information

#12D587 (or 0x12D587) is unknown color: approx Caribbean Green. HEX triplet: 12, D5 and 87. RGB value is (18,213,135). Sum of RGB (Red+Green+Blue) = 18+213+135=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #12D587 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D587 is #ED2A78. Grayscale: #919191. Windows color (decimal): -15542905 or 8901906. OLE color: 8901906.

HSL color Cylindrical-coordinate representation of color #12D587: hue angle of 156º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D587 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB18213135-
CMYK0.9200.370.16
HSL156º84.42%45.29%-
HSV(B)156º91.55%83.53%-
XYZ28.4249.4730.97-
YUV145.8121.936.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.92%
GREEN value IS 213 (83.59% from 255) = 58.20%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=4.92%
G=58.20%
B=36.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182131350.9200.370.1615684.4245.29
Hex12D5875C025109c542d
Octal223252071340452023412455
Binary1001011010101100001111011100010010110000100111001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,213,135); }

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

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

 a { background-color: rgb(18,213,135); }

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

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

 span { border-color: rgb(18,213,135); }

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