#12D0A7

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

Shades of Caribbean Green #12D0A7

Tints of Caribbean Green #12D0A7

Color information

#12D0A7 (or 0x12D0A7) is unknown color: approx Caribbean Green. HEX triplet: 12, D0 and A7. RGB value is (18,208,167). Sum of RGB (Red+Green+Blue) = 18+208+167=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #12D0A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D0A7 is #ED2F58. Grayscale: #929292. Windows color (decimal): -15544153 or 10997778. OLE color: 10997778.

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

Color convert

RGB18208167-
CMYK0.9100.200.18
HSL167.05º84.07%44.31%-
HSV(B)167.05º91.35%81.57%-
XYZ29.7848.0344.26-
YUV146.52139.5536.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.58%
GREEN value IS 208 (81.64% from 255) = 52.93%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=4.58%
G=52.93%
B=42.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182081670.9100.200.18167.0584.0744.31
Hex12D0A75B01412a7542c
Octal223202471330242224712454
Binary100101101000010100111101101101010010010101001111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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