#12DD8F

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

Shades of Caribbean Green #12DD8F

Tints of Caribbean Green #12DD8F

Color information

#12DD8F (or 0x12DD8F) is unknown color: approx Caribbean Green. HEX triplet: 12, DD and 8F. RGB value is (18,221,143). Sum of RGB (Red+Green+Blue) = 18+221+143=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD8F is #ED2270. Grayscale: #979797. Windows color (decimal): -15540849 or 9428242. OLE color: 9428242.

HSL color Cylindrical-coordinate representation of color #12DD8F: hue angle of 156.95º 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 #12DD8F is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB18221143-
CMYK0.9200.350.13
HSL156.95º84.94%46.86%-
HSV(B)156.95º91.86%86.67%-
XYZ31.0653.8234.74-
YUV151.41123.2532.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.71%
GREEN value IS 221 (86.72% from 255) = 57.85%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=4.71%
G=57.85%
B=37.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182211430.9200.350.13156.9584.9446.86
Hex12DD8F5C023D9d552f
Octal223352171340431523512557
Binary100101101110110001111101110001000111101100111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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