Html Css Color HEX #009491 Dark Cyan

📋 copy color: '#009491'

red 0 ◦ green 148 ◦ blue 145

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

Shades of Dark Cyan #009491

Tints of Dark Cyan #009491

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.51%

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

R = 0%
G = 50.51%
B = 49.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#009491 (or 0x009491) is known color: Dark Cyan. HEX triplet: 00, 94 and 91. RGB value is (0,148,145). Sum of RGB (Red+Green+Blue) = 0+148+145=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #009491 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009491 is #FF6B6E. Grayscale: #676767. Windows color (decimal): -16739183 or 9540608. OLE color: 9540608.

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

Color convert

RGB 0 148 145 -
CMYK 1 0 0.02 0.42
HSL 178.78º 1% 0.29% -
HSV(B) 178.78º 1% 0.58% -
XYZ 15.7 23.22 30.44 -
YUV 103.41 151.47 54.24 -
System Red Green Blue C M Y K H S L
Decimal 0 148 145 1 0 0.02 0.42 178.78 1 0.29
Hex 0 94 91 64 0 2 2A B3 64 1D
Octal 0 224 221 144 0 2 52 263 144 35
Binary 0 10010100 10010001 1100100 0 10 101010 10110011 1100100 11101

Color Harmonies of #009491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009491

Black with #009491

Text Example


Text Example

White with #009491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009491; }

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

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

background-color css

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

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

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

border-color css

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

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

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