Html Css Color HEX #069584 Dark Cyan

📋 copy color: '#069584'

red 6 ◦ green 149 ◦ blue 132

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

Shades of Dark Cyan #069584

Tints of Dark Cyan #069584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 2.09%
G = 51.92%
B = 45.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#069584 (or 0x069584) is known color: Dark Cyan. HEX triplet: 06, 95 and 84. RGB value is (6,149,132). Sum of RGB (Red+Green+Blue) = 6+149+132=287 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.09% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #069584 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069584 is #F96A7B. Grayscale: #686868. Windows color (decimal): -16345724 or 8688902. OLE color: 8688902.

HSL color Cylindrical-coordinate representation of color #069584: hue angle of 172.87º 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 #069584 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 149 132 -
CMYK 0.96 0 0.11 0.42
HSL 172.87º 0.92% 0.3% -
HSV(B) 172.87º 0.96% 0.58% -
XYZ 14.99 23.2 25.52 -
YUV 104.31 143.62 57.88 -
System Red Green Blue C M Y K H S L
Decimal 6 149 132 0.96 0 0.11 0.42 172.87 0.92 0.3
Hex 6 95 84 60 0 B 2A AD 5C 1E
Octal 6 225 204 140 0 13 52 255 134 36
Binary 110 10010101 10000100 1100000 0 1011 101010 10101101 1011100 11110

Color Harmonies of #069584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069584

Black with #069584

Text Example


Text Example

White with #069584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069584; }

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

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

background-color css

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

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

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

border-color css

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

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

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