Html Css Color HEX #069589 Dark Cyan

📋 copy color: '#069589'

red 6 ◦ green 149 ◦ blue 137

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

Shades of Dark Cyan #069589

Tints of Dark Cyan #069589

RGB

 RED value IS 6 (2.73% from 255) = 2.05%

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

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 2.05%
G = 51.03%
B = 46.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#069589 (or 0x069589) is known color: Dark Cyan. HEX triplet: 06, 95 and 89. RGB value is (6,149,137). Sum of RGB (Red+Green+Blue) = 6+149+137=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #069589 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069589 is #F96A76. Grayscale: #686868. Windows color (decimal): -16345719 or 9016582. OLE color: 9016582.

HSL color Cylindrical-coordinate representation of color #069589: hue angle of 174.97º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069589 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 137 -
CMYK 0.96 0 0.08 0.42
HSL 174.97º 0.92% 0.3% -
HSV(B) 174.97º 0.96% 0.58% -
XYZ 15.34 23.34 27.36 -
YUV 104.88 146.12 57.48 -
System Red Green Blue C M Y K H S L
Decimal 6 149 137 0.96 0 0.08 0.42 174.97 0.92 0.3
Hex 6 95 89 60 0 8 2A AF 5C 1E
Octal 6 225 211 140 0 10 52 257 134 36
Binary 110 10010101 10001001 1100000 0 1000 101010 10101111 1011100 11110

Color Harmonies of #069589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069589

Black with #069589

Text Example


Text Example

White with #069589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069589; }

 p { color: rgb(6,149,137); }

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

background-color css

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

 a { background-color: rgb(6,149,137); }

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

border-color css

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

 span { border-color: rgb(6,149,137); }

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