Html Css Color HEX #009291 Dark Cyan

📋 copy color: '#009291'

red 0 ◦ green 146 ◦ blue 145

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

Shades of Dark Cyan #009291

Tints of Dark Cyan #009291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.17%

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

R = 0%
G = 50.17%
B = 49.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#009291 (or 0x009291) is known color: Dark Cyan. HEX triplet: 00, 92 and 91. RGB value is (0,146,145). Sum of RGB (Red+Green+Blue) = 0+146+145=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 146 (57.42% from 255 or 50.17% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 146 - color contains mainly: green. Hex color #009291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009291 is #FF6D6E. Grayscale: #666666. Windows color (decimal): -16739695 or 9540096. OLE color: 9540096.

HSL color Cylindrical-coordinate representation of color #009291: hue angle of 179.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009291 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 146 145 -
CMYK 1 0 0.01 0.43
HSL 179.59º 1% 0.29% -
HSV(B) 179.59º 1% 0.57% -
XYZ 15.39 22.6 30.34 -
YUV 102.23 152.13 55.08 -
System Red Green Blue C M Y K H S L
Decimal 0 146 145 1 0 0.01 0.43 179.59 1 0.29
Hex 0 92 91 64 0 1 2B B4 64 1D
Octal 0 222 221 144 0 1 53 264 144 35
Binary 0 10010010 10010001 1100100 0 1 101011 10110100 1100100 11101

Color Harmonies of #009291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009291

Black with #009291

Text Example


Text Example

White with #009291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009291; }

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

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

background-color css

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

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

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

border-color css

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

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

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