Html Css Color HEX #009495 Dark Cyan

📋 copy color: '#009495'

red 0 ◦ green 148 ◦ blue 149

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

Shades of Dark Cyan #009495

Tints of Dark Cyan #009495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.17%

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

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#009495 (or 0x009495) is known color: Dark Cyan. HEX triplet: 00, 94 and 95. RGB value is (0,148,149). Sum of RGB (Red+Green+Blue) = 0+148+149=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #009495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009495 is #FF6B6A. Grayscale: #676767. Windows color (decimal): -16739179 or 9802752. OLE color: 9802752.

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

Color convert

RGB 0 148 149 -
CMYK 1 0.01 0 0.42
HSL 180.4º 1% 0.29% -
HSV(B) 180.4º 1% 0.58% -
XYZ 16.01 23.35 32.1 -
YUV 103.86 153.47 53.92 -
System Red Green Blue C M Y K H S L
Decimal 0 148 149 1 0.01 0 0.42 180.4 1 0.29
Hex 0 94 95 64 1 0 2A B4 64 1D
Octal 0 224 225 144 1 0 52 264 144 35
Binary 0 10010100 10010101 1100100 1 0 101010 10110100 1100100 11101

Color Harmonies of #009495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009495

Black with #009495

Text Example


Text Example

White with #009495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009495; }

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

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

background-color css

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

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

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

border-color css

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

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

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