Html Css Color HEX #069790 Dark Cyan

📋 copy color: '#069790'

red 6 ◦ green 151 ◦ blue 144

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

Shades of Dark Cyan #069790

Tints of Dark Cyan #069790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 1.99%
G = 50.17%
B = 47.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#069790 (or 0x069790) is known color: Dark Cyan. HEX triplet: 06, 97 and 90. RGB value is (6,151,144). Sum of RGB (Red+Green+Blue) = 6+151+144=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #069790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #069790 is #F9686F. Grayscale: #6A6A6A. Windows color (decimal): -16345200 or 9475846. OLE color: 9475846.

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

Color convert

RGB 6 151 144 -
CMYK 0.96 0 0.05 0.41
HSL 177.1º 0.92% 0.31% -
HSV(B) 177.1º 0.96% 0.59% -
XYZ 16.18 24.19 30.2 -
YUV 106.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 6 151 144 0.96 0 0.05 0.41 177.1 0.92 0.31
Hex 6 97 90 60 0 5 29 B1 5C 1F
Octal 6 227 220 140 0 5 51 261 134 37
Binary 110 10010111 10010000 1100000 0 101 101001 10110001 1011100 11111

Color Harmonies of #069790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069790

Black with #069790

Text Example


Text Example

White with #069790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069790; }

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

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

background-color css

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

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

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

border-color css

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

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

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