Html Css Color HEX #009094 Dark Cyan

📋 copy color: '#009094'

red 0 ◦ green 144 ◦ blue 148

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

Shades of Dark Cyan #009094

Tints of Dark Cyan #009094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 0%
G = 49.32%
B = 50.68%

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

#009094 (or 0x009094) is known color: Dark Cyan. HEX triplet: 00, 90 and 94. RGB value is (0,144,148). Sum of RGB (Red+Green+Blue) = 0+144+148=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #009094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009094 is #FF6F6B. Grayscale: #656565. Windows color (decimal): -16740204 or 9736192. OLE color: 9736192.

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

Color convert

RGB 0 144 148 -
CMYK 1 0.03 0 0.42
HSL 181.62º 1% 0.29% -
HSV(B) 181.62º 1% 0.58% -
XYZ 15.32 22.08 31.47 -
YUV 101.4 154.29 55.67 -
System Red Green Blue C M Y K H S L
Decimal 0 144 148 1 0.03 0 0.42 181.62 1 0.29
Hex 0 90 94 64 3 0 2A B6 64 1D
Octal 0 220 224 144 3 0 52 266 144 35
Binary 0 10010000 10010100 1100100 11 0 101010 10110110 1100100 11101

Color Harmonies of #009094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009094

Black with #009094

Text Example


Text Example

White with #009094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009094; }

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

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

background-color css

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

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

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

border-color css

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

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

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