Html Css Color HEX #079699 Dark Cyan

📋 copy color: '#079699'

red 7 ◦ green 150 ◦ blue 153

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

Shades of Dark Cyan #079699

Tints of Dark Cyan #079699

RGB

 RED value IS 7 (3.13% from 255) = 2.26%

 GREEN value IS 150 (58.98% from 255) = 48.39%

 BLUE value IS 153 (60.16% from 255) = 49.35%

R = 2.26%
G = 48.39%
B = 49.35%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#079699 (or 0x079699) is known color: Dark Cyan. HEX triplet: 07, 96 and 99. RGB value is (7,150,153). Sum of RGB (Red+Green+Blue) = 7+150+153=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 150 (58.98% from 255 or 48.39% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #079699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #079699 is #F86966. Grayscale: #6B6B6B. Windows color (decimal): -16279911 or 10065415. OLE color: 10065415.

HSL color Cylindrical-coordinate representation of color #079699: hue angle of 181.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #079699 is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 150 153 -
CMYK 0.95 0.02 0 0.4
HSL 181.23º 0.91% 0.31% -
HSV(B) 181.23º 0.95% 0.6% -
XYZ 16.74 24.16 33.92 -
YUV 107.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 7 150 153 0.95 0.02 0 0.4 181.23 0.91 0.31
Hex 7 96 99 5F 2 0 28 B5 5B 1F
Octal 7 226 231 137 2 0 50 265 133 37
Binary 111 10010110 10011001 1011111 10 0 101000 10110101 1011011 11111

Color Harmonies of #079699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079699

Black with #079699

Text Example


Text Example

White with #079699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079699; }

 p { color: rgb(7,150,153); }

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

background-color css

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

 a { background-color: rgb(7,150,153); }

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

border-color css

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

 span { border-color: rgb(7,150,153); }

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