Html Css Color HEX #009492 Dark Cyan

📋 copy color: '#009492'

red 0 ◦ green 148 ◦ blue 146

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

Shades of Dark Cyan #009492

Tints of Dark Cyan #009492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 0%
G = 50.34%
B = 49.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#009492 (or 0x009492) is known color: Dark Cyan. HEX triplet: 00, 94 and 92. RGB value is (0,148,146). Sum of RGB (Red+Green+Blue) = 0+148+146=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #009492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009492 is #FF6B6D. Grayscale: #676767. Windows color (decimal): -16739182 or 9606144. OLE color: 9606144.

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

Color convert

RGB 0 148 146 -
CMYK 1 0 0.01 0.42
HSL 179.19º 1% 0.29% -
HSV(B) 179.19º 1% 0.58% -
XYZ 15.78 23.26 30.85 -
YUV 103.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 0 148 146 1 0 0.01 0.42 179.19 1 0.29
Hex 0 94 92 64 0 1 2A B3 64 1D
Octal 0 224 222 144 0 1 52 263 144 35
Binary 0 10010100 10010010 1100100 0 1 101010 10110011 1100100 11101

Color Harmonies of #009492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009492

Black with #009492

Text Example


Text Example

White with #009492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009492; }

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

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

background-color css

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

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

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

border-color css

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

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

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