#12D09D

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

Shades of Caribbean Green #12D09D

Tints of Caribbean Green #12D09D

Color information

#12D09D (or 0x12D09D) is unknown color: approx Caribbean Green. HEX triplet: 12, D0 and 9D. RGB value is (18,208,157). Sum of RGB (Red+Green+Blue) = 18+208+157=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #12D09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D09D is #ED2F62. Grayscale: #919191. Windows color (decimal): -15544163 or 10342418. OLE color: 10342418.

HSL color Cylindrical-coordinate representation of color #12D09D: hue angle of 163.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D09D is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB18208157-
CMYK0.9100.250.18
HSL163.89º84.07%44.31%-
HSV(B)163.89º91.35%81.57%-
XYZ28.8947.6739.58-
YUV145.38134.5537.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.70%
GREEN value IS 208 (81.64% from 255) = 54.31%
BLUE value IS 157 (61.72% from 255) = 40.99%
R=4.70%
G=54.31%
B=40.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182081570.9100.250.18163.8984.0744.31
Hex12D09D5B01912a4542c
Octal223202351330312224412454
Binary100101101000010011101101101101100110010101001001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,208,157); }

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

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

 a { background-color: rgb(18,208,157); }

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

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

 span { border-color: rgb(18,208,157); }

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