Html Css Color HEX #009095 Dark Cyan

📋 copy color: '#009095'

red 0 ◦ green 144 ◦ blue 149

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

Shades of Dark Cyan #009095

Tints of Dark Cyan #009095

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

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

R = 0%
G = 49.15%
B = 50.85%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#009095 (or 0x009095) is known color: Dark Cyan. HEX triplet: 00, 90 and 95. RGB value is (0,144,149). Sum of RGB (Red+Green+Blue) = 0+144+149=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #009095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009095 is #FF6F6A. Grayscale: #656565. Windows color (decimal): -16740203 or 9801728. OLE color: 9801728.

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

Color convert

RGB 0 144 149 -
CMYK 1 0.03 0 0.42
HSL 182.01º 1% 0.29% -
HSV(B) 182.01º 1% 0.58% -
XYZ 15.4 22.12 31.89 -
YUV 101.51 154.79 55.59 -
System Red Green Blue C M Y K H S L
Decimal 0 144 149 1 0.03 0 0.42 182.01 1 0.29
Hex 0 90 95 64 3 0 2A B6 64 1D
Octal 0 220 225 144 3 0 52 266 144 35
Binary 0 10010000 10010101 1100100 11 0 101010 10110110 1100100 11101

Color Harmonies of #009095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009095

Black with #009095

Text Example


Text Example

White with #009095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009095; }

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

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

background-color css

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

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

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

border-color css

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

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

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