Html Css Color HEX #009791 Dark Cyan

📋 copy color: '#009791'

red 0 ◦ green 151 ◦ blue 145

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

Shades of Dark Cyan #009791

Tints of Dark Cyan #009791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 48.99%

R = 0%
G = 51.01%
B = 48.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#009791 (or 0x009791) is known color: Dark Cyan. HEX triplet: 00, 97 and 91. RGB value is (0,151,145). Sum of RGB (Red+Green+Blue) = 0+151+145=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #009791 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009791 is #FF686E. Grayscale: #696969. Windows color (decimal): -16738415 or 9541376. OLE color: 9541376.

HSL color Cylindrical-coordinate representation of color #009791: hue angle of 177.62º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009791 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 151 145 -
CMYK 1 0 0.04 0.41
HSL 177.62º 1% 0.3% -
HSV(B) 177.62º 1% 0.59% -
XYZ 16.18 24.18 30.6 -
YUV 105.17 150.47 52.99 -
System Red Green Blue C M Y K H S L
Decimal 0 151 145 1 0 0.04 0.41 177.62 1 0.3
Hex 0 97 91 64 0 4 29 B2 64 1E
Octal 0 227 221 144 0 4 51 262 144 36
Binary 0 10010111 10010001 1100100 0 100 101001 10110010 1100100 11110

Color Harmonies of #009791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009791

Black with #009791

Text Example


Text Example

White with #009791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009791; }

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

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

background-color css

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

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

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

border-color css

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

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

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