Html Css Color HEX #08979A Dark Cyan

📋 copy color: '#08979A'

red 8 ◦ green 151 ◦ blue 154

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

Shades of Dark Cyan #08979A

Tints of Dark Cyan #08979A

RGB

 RED value IS 8 (3.52% from 255) = 2.56%

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

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

R = 2.56%
G = 48.24%
B = 49.2%

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

#08979A (or 0x08979A) is known color: Dark Cyan. HEX triplet: 08, 97 and 9A. RGB value is (8,151,154). Sum of RGB (Red+Green+Blue) = 8+151+154=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 151 (59.38% from 255 or 48.24% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #08979A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08979A is #F76865. Grayscale: #6C6C6C. Windows color (decimal): -16214118 or 10131208. OLE color: 10131208.

HSL color Cylindrical-coordinate representation of color #08979A: hue angle of 181.23º degrees, saturation: 0.9, 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 #08979A is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 151 154 -
CMYK 0.95 0.02 0 0.40
HSL 181.23º 0.9% 0.32% -
HSV(B) 181.23º 0.95% 0.6% -
XYZ 17 24.52 34.41 -
YUV 108.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 8 151 154 0.95 0.02 0 0.40 181.23 0.9 0.32
Hex 8 97 9A 5F 2 0 28 B5 5A 20
Octal 10 227 232 137 2 0 50 265 132 40
Binary 1000 10010111 10011010 1011111 10 0 101000 10110101 1011010 100000

Color Harmonies of #08979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08979A

Black with #08979A

Text Example


Text Example

White with #08979A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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