Html Css Color HEX #05958A Dark Cyan

📋 copy color: '#05958A'

red 5 ◦ green 149 ◦ blue 138

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

Shades of Dark Cyan #05958A

Tints of Dark Cyan #05958A

RGB

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

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

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

R = 1.71%
G = 51.03%
B = 47.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#05958A (or 0x05958A) is known color: Dark Cyan. HEX triplet: 05, 95 and 8A. RGB value is (5,149,138). Sum of RGB (Red+Green+Blue) = 5+149+138=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #05958A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05958A is #FA6A75. Grayscale: #686868. Windows color (decimal): -16411254 or 9082117. OLE color: 9082117.

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

Color convert

RGB 5 149 138 -
CMYK 0.97 0 0.07 0.42
HSL 175.42º 0.94% 0.3% -
HSV(B) 175.42º 0.97% 0.58% -
XYZ 15.4 23.36 27.74 -
YUV 104.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 5 149 138 0.97 0 0.07 0.42 175.42 0.94 0.3
Hex 5 95 8A 61 0 7 2A AF 5E 1E
Octal 5 225 212 141 0 7 52 257 136 36
Binary 101 10010101 10001010 1100001 0 111 101010 10101111 1011110 11110

Color Harmonies of #05958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05958A

Black with #05958A

Text Example


Text Example

White with #05958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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