#12DD90

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

Shades of Caribbean Green #12DD90

Tints of Caribbean Green #12DD90

Color information

#12DD90 (or 0x12DD90) is unknown color: approx Caribbean Green. HEX triplet: 12, DD and 90. RGB value is (18,221,144). Sum of RGB (Red+Green+Blue) = 18+221+144=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #12DD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DD90 is #ED226F. Grayscale: #979797. Windows color (decimal): -15540848 or 9493778. OLE color: 9493778.

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

Color convert

RGB18221144-
CMYK0.9200.350.13
HSL157.24º84.94%46.86%-
HSV(B)157.24º91.86%86.67%-
XYZ31.1453.8635.14-
YUV151.52123.7532.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.70%
GREEN value IS 221 (86.72% from 255) = 57.70%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=4.70%
G=57.70%
B=37.60%

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
Decimal182211440.9200.350.13157.2484.9446.86
Hex12DD905C023D9d552f
Octal223352201340431523512557
Binary100101101110110010000101110001000111101100111011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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