#12D588

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

Shades of Caribbean Green #12D588

Tints of Caribbean Green #12D588

Color information

#12D588 (or 0x12D588) is unknown color: approx Caribbean Green. HEX triplet: 12, D5 and 88. RGB value is (18,213,136). Sum of RGB (Red+Green+Blue) = 18+213+136=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #12D588 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D588 is #ED2A77. Grayscale: #929292. Windows color (decimal): -15542904 or 8967442. OLE color: 8967442.

HSL color Cylindrical-coordinate representation of color #12D588: hue angle of 156.31º 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 #12D588 is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB18213136-
CMYK0.9200.360.16
HSL156.31º84.42%45.29%-
HSV(B)156.31º91.55%83.53%-
XYZ28.4949.4931.34-
YUV145.92122.436.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.90%
GREEN value IS 213 (83.59% from 255) = 58.04%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=4.90%
G=58.04%
B=37.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182131360.9200.360.16156.3184.4245.29
Hex12D5885C024109c542d
Octal223252101340442023412455
Binary1001011010101100010001011100010010010000100111001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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