Html Css Color HEX #05958E Dark Cyan

📋 copy color: '#05958E'

red 5 ◦ green 149 ◦ blue 142

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

Shades of Dark Cyan #05958E

Tints of Dark Cyan #05958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.34%

 BLUE value IS 142 (55.86% from 255) = 47.97%

R = 1.69%
G = 50.34%
B = 47.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#05958E (or 0x05958E) is known color: Dark Cyan. HEX triplet: 05, 95 and 8E. RGB value is (5,149,142). Sum of RGB (Red+Green+Blue) = 5+149+142=296 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #05958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05958E is #FA6A71. Grayscale: #696969. Windows color (decimal): -16411250 or 9344261. OLE color: 9344261.

HSL color Cylindrical-coordinate representation of color #05958E: hue angle of 177.08º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05958E is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 142 -
CMYK 0.97 0 0.05 0.42
HSL 177.08º 0.94% 0.3% -
HSV(B) 177.08º 0.97% 0.58% -
XYZ 15.69 23.48 29.3 -
YUV 105.15 148.79 56.57 -
System Red Green Blue C M Y K H S L
Decimal 5 149 142 0.97 0 0.05 0.42 177.08 0.94 0.3
Hex 5 95 8E 61 0 5 2A B1 5E 1E
Octal 5 225 216 141 0 5 52 261 136 36
Binary 101 10010101 10001110 1100001 0 101 101010 10110001 1011110 11110

Color Harmonies of #05958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05958E

Black with #05958E

Text Example


Text Example

White with #05958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05958E; }

 p { color: rgb(5,149,142); }

 H1.HeaderClassName
 {
   color: #05958E;
 }
 .AnyTagClassName
 {
   color: #05958E;
 }
</style>

background-color css

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

 a { background-color: rgb(5,149,142); }

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

border-color css

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

 span { border-color: rgb(5,149,142); }

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