Html Css Color HEX #059697 Dark Cyan

📋 copy color: '#059697'

red 5 ◦ green 150 ◦ blue 151

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

Shades of Dark Cyan #059697

Tints of Dark Cyan #059697

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

 BLUE value IS 151 (59.38% from 255) = 49.35%

R = 1.63%
G = 49.02%
B = 49.35%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#059697 (or 0x059697) is known color: Dark Cyan. HEX triplet: 05, 96 and 97. RGB value is (5,150,151). Sum of RGB (Red+Green+Blue) = 5+150+151=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #059697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059697 is #FA6968. Grayscale: #6A6A6A. Windows color (decimal): -16410985 or 9934341. OLE color: 9934341.

HSL color Cylindrical-coordinate representation of color #059697: hue angle of 180.41º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059697 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 150 151 -
CMYK 0.97 0.01 0 0.41
HSL 180.41º 0.94% 0.31% -
HSV(B) 180.41º 0.97% 0.59% -
XYZ 16.55 24.08 33.05 -
YUV 106.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 5 150 151 0.97 0.01 0 0.41 180.41 0.94 0.31
Hex 5 96 97 61 1 0 29 B4 5E 1F
Octal 5 226 227 141 1 0 51 264 136 37
Binary 101 10010110 10010111 1100001 1 0 101001 10110100 1011110 11111

Color Harmonies of #059697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059697

Black with #059697

Text Example


Text Example

White with #059697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059697; }

 p { color: rgb(5,150,151); }

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

background-color css

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

 a { background-color: rgb(5,150,151); }

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

border-color css

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

 span { border-color: rgb(5,150,151); }

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