#12DD8D

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

Shades of Caribbean Green #12DD8D

Tints of Caribbean Green #12DD8D

Color information

#12DD8D (or 0x12DD8D) is unknown color: approx Caribbean Green. HEX triplet: 12, DD and 8D. RGB value is (18,221,141). Sum of RGB (Red+Green+Blue) = 18+221+141=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD8D is #ED2272. Grayscale: #979797. Windows color (decimal): -15540851 or 9297170. OLE color: 9297170.

HSL color Cylindrical-coordinate representation of color #12DD8D: hue angle of 156.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DD8D is Cyan = 0.92, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB18221141-
CMYK0.9200.360.13
HSL156.35º84.94%46.86%-
HSV(B)156.35º91.86%86.67%-
XYZ30.9153.7633.95-
YUV151.18122.2533-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 221 (86.72% from 255) = 58.16%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=4.74%
G=58.16%
B=37.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182211410.9200.360.13156.3584.9446.86
Hex12DD8D5C024D9c552f
Octal223352151340441523412557
Binary100101101110110001101101110001001001101100111001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,221,141); }

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

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

 a { background-color: rgb(18,221,141); }

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

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

 span { border-color: rgb(18,221,141); }

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