Html Css Color HEX #069785 Dark Cyan

📋 copy color: '#069785'

red 6 ◦ green 151 ◦ blue 133

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

Shades of Dark Cyan #069785

Tints of Dark Cyan #069785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.86%

R = 2.07%
G = 52.07%
B = 45.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#069785 (or 0x069785) is known color: Dark Cyan. HEX triplet: 06, 97 and 85. RGB value is (6,151,133). Sum of RGB (Red+Green+Blue) = 6+151+133=290 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.07% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #069785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069785 is #F9687A. Grayscale: #696969. Windows color (decimal): -16345211 or 8754950. OLE color: 8754950.

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

Color convert

RGB 6 151 133 -
CMYK 0.96 0 0.12 0.41
HSL 172.55º 0.92% 0.31% -
HSV(B) 172.55º 0.96% 0.59% -
XYZ 15.38 23.87 25.99 -
YUV 105.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 6 151 133 0.96 0 0.12 0.41 172.55 0.92 0.31
Hex 6 97 85 60 0 C 29 AD 5C 1F
Octal 6 227 205 140 0 14 51 255 134 37
Binary 110 10010111 10000101 1100000 0 1100 101001 10101101 1011100 11111

Color Harmonies of #069785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069785

Black with #069785

Text Example


Text Example

White with #069785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069785; }

 p { color: rgb(6,151,133); }

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

background-color css

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

 a { background-color: rgb(6,151,133); }

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

border-color css

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

 span { border-color: rgb(6,151,133); }

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