Html Css Color HEX #009295 Dark Cyan

📋 copy color: '#009295'

red 0 ◦ green 146 ◦ blue 149

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

Shades of Dark Cyan #009295

Tints of Dark Cyan #009295

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#009295 (or 0x009295) is known color: Dark Cyan. HEX triplet: 00, 92 and 95. RGB value is (0,146,149). Sum of RGB (Red+Green+Blue) = 0+146+149=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #009295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009295 is #FF6D6A. Grayscale: #666666. Windows color (decimal): -16739691 or 9802240. OLE color: 9802240.

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

Color convert

RGB 0 146 149 -
CMYK 1 0.02 0 0.42
HSL 181.21º 1% 0.29% -
HSV(B) 181.21º 1% 0.58% -
XYZ 15.7 22.73 31.99 -
YUV 102.69 154.13 54.76 -
System Red Green Blue C M Y K H S L
Decimal 0 146 149 1 0.02 0 0.42 181.21 1 0.29
Hex 0 92 95 64 2 0 2A B5 64 1D
Octal 0 222 225 144 2 0 52 265 144 35
Binary 0 10010010 10010101 1100100 10 0 101010 10110101 1100100 11101

Color Harmonies of #009295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009295

Black with #009295

Text Example


Text Example

White with #009295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009295; }

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

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

background-color css

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

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

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

border-color css

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

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

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