Html Css Color HEX #009499 Dark Cyan

📋 copy color: '#009499'

red 0 ◦ green 148 ◦ blue 153

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

Shades of Dark Cyan #009499

Tints of Dark Cyan #009499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 0%
G = 49.17%
B = 50.83%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#009499 (or 0x009499) is known color: Dark Cyan. HEX triplet: 00, 94 and 99. RGB value is (0,148,153). Sum of RGB (Red+Green+Blue) = 0+148+153=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #009499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009499 is #FF6B66. Grayscale: #686868. Windows color (decimal): -16739175 or 10064896. OLE color: 10064896.

HSL color Cylindrical-coordinate representation of color #009499: hue angle of 181.96º 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 #009499 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 0 148 153 -
CMYK 1 0.03 0 0.4
HSL 181.96º 1% 0.3% -
HSV(B) 181.96º 1% 0.6% -
XYZ 16.34 23.48 33.81 -
YUV 104.32 155.47 53.59 -
System Red Green Blue C M Y K H S L
Decimal 0 148 153 1 0.03 0 0.4 181.96 1 0.3
Hex 0 94 99 64 3 0 28 B6 64 1E
Octal 0 224 231 144 3 0 50 266 144 36
Binary 0 10010100 10011001 1100100 11 0 101000 10110110 1100100 11110

Color Harmonies of #009499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009499

Black with #009499

Text Example


Text Example

White with #009499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009499; }

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

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

background-color css

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

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

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

border-color css

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

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

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