Html Css Color HEX #059796 Dark Cyan

📋 copy color: '#059796'

red 5 ◦ green 151 ◦ blue 150

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

Shades of Dark Cyan #059796

Tints of Dark Cyan #059796

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #059796: hue angle of 179.59º 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 #059796 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

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

Color Harmonies of #059796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059796

Black with #059796

Text Example


Text Example

White with #059796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059796; }

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

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

background-color css

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

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

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

border-color css

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

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

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