Html Css Color HEX #069080 Dark Cyan

📋 copy color: '#069080'

red 6 ◦ green 144 ◦ blue 128

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

Shades of Dark Cyan #069080

Tints of Dark Cyan #069080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.8%

 BLUE value IS 128 (50.39% from 255) = 46.04%

R = 2.16%
G = 51.8%
B = 46.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#069080 (or 0x069080) is known color: Dark Cyan. HEX triplet: 06, 90 and 80. RGB value is (6,144,128). Sum of RGB (Red+Green+Blue) = 6+144+128=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #069080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069080 is #F96F7F. Grayscale: #646464. Windows color (decimal): -16347008 or 8425478. OLE color: 8425478.

HSL color Cylindrical-coordinate representation of color #069080: hue angle of 173.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069080 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 144 128 -
CMYK 0.96 0 0.11 0.44
HSL 173.04º 0.92% 0.29% -
HSV(B) 173.04º 0.96% 0.56% -
XYZ 13.94 21.54 23.85 -
YUV 100.91 143.28 60.3 -
System Red Green Blue C M Y K H S L
Decimal 6 144 128 0.96 0 0.11 0.44 173.04 0.92 0.29
Hex 6 90 80 60 0 B 2C AD 5C 1D
Octal 6 220 200 140 0 13 54 255 134 35
Binary 110 10010000 10000000 1100000 0 1011 101100 10101101 1011100 11101

Color Harmonies of #069080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069080

Black with #069080

Text Example


Text Example

White with #069080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069080; }

 p { color: rgb(6,144,128); }

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

background-color css

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

 a { background-color: rgb(6,144,128); }

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

border-color css

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

 span { border-color: rgb(6,144,128); }

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