#12D581

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

Shades of Caribbean Green #12D581

Tints of Caribbean Green #12D581

Color information

#12D581 (or 0x12D581) is unknown color: approx Caribbean Green. HEX triplet: 12, D5 and 81. RGB value is (18,213,129). Sum of RGB (Red+Green+Blue) = 18+213+129=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #12D581 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D581 is #ED2A7E. Grayscale: #919191. Windows color (decimal): -15542911 or 8508690. OLE color: 8508690.

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

Color convert

RGB18213129-
CMYK0.9200.390.16
HSL154.15º84.42%45.29%-
HSV(B)154.15º91.55%83.53%-
XYZ28.0149.328.81-
YUV145.12118.937.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5%
GREEN value IS 213 (83.59% from 255) = 59.17%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=5%
G=59.17%
B=35.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182131290.9200.390.16154.1584.4245.29
Hex12D5815C027109a542d
Octal223252011340472023212455
Binary1001011010101100000011011100010011110000100110101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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