Html Css Color HEX #07979A Dark Cyan

📋 copy color: '#07979A'

red 7 ◦ green 151 ◦ blue 154

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

Shades of Dark Cyan #07979A

Tints of Dark Cyan #07979A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 49.36%

R = 2.24%
G = 48.4%
B = 49.36%

CMYK

 C value IS 0.95

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#07979A (or 0x07979A) is known color: Dark Cyan. HEX triplet: 07, 97 and 9A. RGB value is (7,151,154). Sum of RGB (Red+Green+Blue) = 7+151+154=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 154 (60.55% from 255 or 49.36% from 312); Max value from RGB is 154 - color contains mainly: blue. Hex color #07979A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07979A is #F86865. Grayscale: #6C6C6C. Windows color (decimal): -16279654 or 10131207. OLE color: 10131207.

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

Color convert

RGB 7 151 154 -
CMYK 0.95 0.02 0 0.40
HSL 181.22º 0.91% 0.32% -
HSV(B) 181.22º 0.95% 0.6% -
XYZ 16.99 24.51 34.41 -
YUV 108.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 7 151 154 0.95 0.02 0 0.40 181.22 0.91 0.32
Hex 7 97 9A 5F 2 0 28 B5 5B 20
Octal 7 227 232 137 2 0 50 265 133 40
Binary 111 10010111 10011010 1011111 10 0 101000 10110101 1011011 100000

Color Harmonies of #07979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07979A

Black with #07979A

Text Example


Text Example

White with #07979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07979A; }

 p { color: rgb(7,151,154); }

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

background-color css

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

 a { background-color: rgb(7,151,154); }

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

border-color css

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

 span { border-color: rgb(7,151,154); }

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