Html Css Color HEX #05908A Dark Cyan

📋 copy color: '#05908A'

red 5 ◦ green 144 ◦ blue 138

#05908A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #05908A

Tints of Dark Cyan #05908A

RGB

 RED value IS 5 (2.34% from 255) = 1.74%

 GREEN value IS 144 (56.64% from 255) = 50.17%

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 1.74%
G = 50.17%
B = 48.08%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#05908A (or 0x05908A) is known color: Dark Cyan. HEX triplet: 05, 90 and 8A. RGB value is (5,144,138). Sum of RGB (Red+Green+Blue) = 5+144+138=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #05908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05908A is #FA6F75. Grayscale: #656565. Windows color (decimal): -16412534 or 9080837. OLE color: 9080837.

HSL color Cylindrical-coordinate representation of color #05908A: hue angle of 177.41º 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 #05908A is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 138 -
CMYK 0.97 0 0.04 0.44
HSL 177.41º 0.93% 0.29% -
HSV(B) 177.41º 0.97% 0.56% -
XYZ 14.62 21.81 27.48 -
YUV 101.76 148.45 58.99 -
System Red Green Blue C M Y K H S L
Decimal 5 144 138 0.97 0 0.04 0.44 177.41 0.93 0.29
Hex 5 90 8A 61 0 4 2C B1 5D 1D
Octal 5 220 212 141 0 4 54 261 135 35
Binary 101 10010000 10001010 1100001 0 100 101100 10110001 1011101 11101

Color Harmonies of #05908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05908A

Black with #05908A

Text Example


Text Example

White with #05908A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05908A;
 }
 .AnyTagClassName
 {
   color: #05908A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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