#12DB94

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

Shades of Caribbean Green #12DB94

Tints of Caribbean Green #12DB94

Color information

#12DB94 (or 0x12DB94) is unknown color: approx Caribbean Green. HEX triplet: 12, DB and 94. RGB value is (18,219,148). Sum of RGB (Red+Green+Blue) = 18+219+148=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12DB94 is #ED246B. Grayscale: #969696. Windows color (decimal): -15541356 or 9755410. OLE color: 9755410.

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

Color convert

RGB18219148-
CMYK0.9200.320.14
HSL158.81º84.81%46.47%-
HSV(B)158.81º91.78%85.88%-
XYZ30.9352.9336.6-
YUV150.81126.4133.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.68%
GREEN value IS 219 (85.94% from 255) = 56.88%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=4.68%
G=56.88%
B=38.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182191480.9200.320.14158.8184.8146.47
Hex12DB945C020E9f552e
Octal223332241340401623712556
Binary100101101101110010100101110001000001110100111111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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