#12D09A

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

Shades of Caribbean Green #12D09A

Tints of Caribbean Green #12D09A

Color information

#12D09A (or 0x12D09A) is unknown color: approx Caribbean Green. HEX triplet: 12, D0 and 9A. RGB value is (18,208,154). Sum of RGB (Red+Green+Blue) = 18+208+154=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 208 (81.64% from 255 or 54.74% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 208 - color contains mainly: green. Hex color #12D09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D09A is #ED2F65. Grayscale: #919191. Windows color (decimal): -15544166 or 10145810. OLE color: 10145810.

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

Color convert

RGB18208154-
CMYK0.9100.260.18
HSL162.95º84.07%44.31%-
HSV(B)162.95º91.35%81.57%-
XYZ28.6447.5738.25-
YUV145.03133.0537.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 208 (81.64% from 255) = 54.74%
BLUE value IS 154 (60.55% from 255) = 40.53%
R=4.74%
G=54.74%
B=40.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182081540.9100.260.18162.9584.0744.31
Hex12D09A5B01A12a3542c
Octal223202321330322224312454
Binary100101101000010011010101101101101010010101000111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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