#12D986

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

Shades of Caribbean Green #12D986

Tints of Caribbean Green #12D986

Color information

#12D986 (or 0x12D986) is unknown color: approx Caribbean Green. HEX triplet: 12, D9 and 86. RGB value is (18,217,134). Sum of RGB (Red+Green+Blue) = 18+217+134=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 217 (85.16% from 255 or 58.81% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 217 - color contains mainly: green. Hex color #12D986 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12D986 is #ED2679. Grayscale: #949494. Windows color (decimal): -15541882 or 8837394. OLE color: 8837394.

HSL color Cylindrical-coordinate representation of color #12D986: hue angle of 154.97º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D986 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB18217134-
CMYK0.9200.380.15
HSL154.97º84.68%46.08%-
HSV(B)154.97º91.71%85.1%-
XYZ29.3751.4830.94-
YUV148.04120.0735.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.88%
GREEN value IS 217 (85.16% from 255) = 58.81%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=4.88%
G=58.81%
B=36.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182171340.9200.380.15154.9784.6846.08
Hex12D9865C026F9b552e
Octal223312061340461723312556
Binary100101101100110000110101110001001101111100110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12D986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,217,134); }

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

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

 a { background-color: rgb(18,217,134); }

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

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

 span { border-color: rgb(18,217,134); }

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