Html Css Color HEX #009092 Dark Cyan

📋 copy color: '#009092'

red 0 ◦ green 144 ◦ blue 146

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

Shades of Dark Cyan #009092

Tints of Dark Cyan #009092

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#009092 (or 0x009092) is known color: Dark Cyan. HEX triplet: 00, 90 and 92. RGB value is (0,144,146). Sum of RGB (Red+Green+Blue) = 0+144+146=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #009092 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009092 is #FF6F6D. Grayscale: #656565. Windows color (decimal): -16740206 or 9605120. OLE color: 9605120.

HSL color Cylindrical-coordinate representation of color #009092: hue angle of 180.82º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009092 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 144 146 -
CMYK 1 0.01 0 0.43
HSL 180.82º 1% 0.29% -
HSV(B) 180.82º 1% 0.57% -
XYZ 15.16 22.02 30.65 -
YUV 101.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 0 144 146 1 0.01 0 0.43 180.82 1 0.29
Hex 0 90 92 64 1 0 2B B5 64 1D
Octal 0 220 222 144 1 0 53 265 144 35
Binary 0 10010000 10010010 1100100 1 0 101011 10110101 1100100 11101

Color Harmonies of #009092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009092

Black with #009092

Text Example


Text Example

White with #009092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009092; }

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

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

background-color css

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

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

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

border-color css

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

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

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