#029893

Color #029893 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #029893

Tints of Dark Cyan #029893

Color information

#029893 (or 0x029893) is unknown color: approx Dark Cyan. HEX triplet: 02, 98 and 93. RGB value is (2,152,147). Sum of RGB (Red+Green+Blue) = 2+152+147=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #029893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029893 is #FD676C. Grayscale: #6A6A6A. Windows color (decimal): -16607085 or 9672706. OLE color: 9672706.

HSL color Cylindrical-coordinate representation of color #029893: hue angle of 178º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029893 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB2152147-
CMYK0.9900.030.40
HSL178º97.4%30.2%-
HSV(B)178º98.68%59.61%-
XYZ16.5224.5831.48-
YUV106.58150.853.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=0.66%
G=50.50%
B=48.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21521470.9900.030.4017897.430.2
Hex29893630328b2611e
Octal2230223143035026214136
Binary101001100010010011110001101110100010110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029893; }

 p { color: rgb(2,152,147); }

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

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

 a { background-color: rgb(2,152,147); }

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

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

 span { border-color: rgb(2,152,147); }

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