#06DB94

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

Shades of Caribbean Green #06DB94

Tints of Caribbean Green #06DB94

Color information

#06DB94 (or 0x06DB94) is unknown color: approx Caribbean Green. HEX triplet: 06, DB and 94. RGB value is (6,219,148). Sum of RGB (Red+Green+Blue) = 6+219+148=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06DB94 is #F9246B. Grayscale: #939393. Windows color (decimal): -16327788 or 9755398. OLE color: 9755398.

HSL color Cylindrical-coordinate representation of color #06DB94: hue angle of 160º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB94 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB6219148-
CMYK0.9700.320.14
HSL160º94.67%44.12%-
HSV(B)160º97.26%85.88%-
XYZ30.7552.8436.6-
YUV147.22128.4327.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.61%
GREEN value IS 219 (85.94% from 255) = 58.71%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=1.61%
G=58.71%
B=39.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal62191480.9700.320.1416094.6744.12
Hex6DB9461020Ea05f2c
Octal63332241410401624013754
Binary1101101101110010100110000101000001110101000001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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