#12DB92

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

Shades of Caribbean Green #12DB92

Tints of Caribbean Green #12DB92

Color information

#12DB92 (or 0x12DB92) is unknown color: approx Caribbean Green. HEX triplet: 12, DB and 92. RGB value is (18,219,146). Sum of RGB (Red+Green+Blue) = 18+219+146=383 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.70% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DB92 is #ED246D. Grayscale: #969696. Windows color (decimal): -15541358 or 9624338. OLE color: 9624338.

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

Color convert

RGB18219146-
CMYK0.9200.330.14
HSL158.21º84.81%46.47%-
HSV(B)158.21º91.78%85.88%-
XYZ30.7752.8735.78-
YUV150.58125.4133.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.70%
GREEN value IS 219 (85.94% from 255) = 57.18%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=4.70%
G=57.18%
B=38.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182191460.9200.330.14158.2184.8146.47
Hex12DB925C021E9e552e
Octal223332221340411623612556
Binary100101101101110010010101110001000011110100111101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,219,146); }

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

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

 a { background-color: rgb(18,219,146); }

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

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

 span { border-color: rgb(18,219,146); }

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