Html Css Color HEX #059692 Dark Cyan

📋 copy color: '#059692'

red 5 ◦ green 150 ◦ blue 146

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

Shades of Dark Cyan #059692

Tints of Dark Cyan #059692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 1.66%
G = 49.83%
B = 48.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#059692 (or 0x059692) is known color: Dark Cyan. HEX triplet: 05, 96 and 92. RGB value is (5,150,146). Sum of RGB (Red+Green+Blue) = 5+150+146=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #059692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059692 is #FA696D. Grayscale: #6A6A6A. Windows color (decimal): -16410990 or 9606661. OLE color: 9606661.

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

Color convert

RGB 5 150 146 -
CMYK 0.97 0 0.03 0.41
HSL 178.34º 0.94% 0.3% -
HSV(B) 178.34º 0.97% 0.59% -
XYZ 16.16 23.92 30.96 -
YUV 106.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 5 150 146 0.97 0 0.03 0.41 178.34 0.94 0.3
Hex 5 96 92 61 0 3 29 B2 5E 1E
Octal 5 226 222 141 0 3 51 262 136 36
Binary 101 10010110 10010010 1100001 0 11 101001 10110010 1011110 11110

Color Harmonies of #059692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059692

Black with #059692

Text Example


Text Example

White with #059692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059692; }

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

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

background-color css

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

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

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

border-color css

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

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

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