Html Css Color HEX #00979A Dark Cyan

📋 copy color: '#00979A'

red 0 ◦ green 151 ◦ blue 154

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

Shades of Dark Cyan #00979A

Tints of Dark Cyan #00979A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 49.51%
B = 50.49%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#00979A (or 0x00979A) is known color: Dark Cyan. HEX triplet: 00, 97 and 9A. RGB value is (0,151,154). Sum of RGB (Red+Green+Blue) = 0+151+154=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #00979A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00979A is #FF6865. Grayscale: #6A6A6A. Windows color (decimal): -16738406 or 10131200. OLE color: 10131200.

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

Color convert

RGB 0 151 154 -
CMYK 1 0.02 0 0.40
HSL 181.17º 1% 0.3% -
HSV(B) 181.17º 1% 0.6% -
XYZ 16.9 24.47 34.4 -
YUV 106.19 154.97 52.26 -
System Red Green Blue C M Y K H S L
Decimal 0 151 154 1 0.02 0 0.40 181.17 1 0.3
Hex 0 97 9A 64 2 0 28 B5 64 1E
Octal 0 227 232 144 2 0 50 265 144 36
Binary 0 10010111 10011010 1100100 10 0 101000 10110101 1100100 11110

Color Harmonies of #00979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00979A

Black with #00979A

Text Example


Text Example

White with #00979A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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