#05908D

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

Shades of Dark Cyan #05908D

Tints of Dark Cyan #05908D

Color information

#05908D (or 0x05908D) is unknown color: approx Dark Cyan. HEX triplet: 05, 90 and 8D. RGB value is (5,144,141). Sum of RGB (Red+Green+Blue) = 5+144+141=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #05908D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05908D is #FA6F72. Grayscale: #656565. Windows color (decimal): -16412531 or 9277445. OLE color: 9277445.

HSL color Cylindrical-coordinate representation of color #05908D: hue angle of 178.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05908D is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB5144141-
CMYK0.9700.020.44
HSL178.71º93.29%29.22%-
HSV(B)178.71º96.53%56.47%-
XYZ14.8421.928.64-
YUV102.1149.9558.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=1.72%
G=49.66%
B=48.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51441410.9700.020.44178.7193.2929.22
Hex5908D61022Cb35d1d
Octal5220215141025426313535
Binary1011001000010001101110000101010110010110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05908D; }

 p { color: rgb(5,144,141); }

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

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

 a { background-color: rgb(5,144,141); }

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

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

 span { border-color: rgb(5,144,141); }

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