Html Css Color HEX #009194 Dark Cyan

📋 copy color: '#009194'

red 0 ◦ green 145 ◦ blue 148

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

Shades of Dark Cyan #009194

Tints of Dark Cyan #009194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.49%

 BLUE value IS 148 (58.2% 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

#009194 (or 0x009194) is known color: Dark Cyan. HEX triplet: 00, 91 and 94. RGB value is (0,145,148). Sum of RGB (Red+Green+Blue) = 0+145+148=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #009194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009194 is #FF6E6B. Grayscale: #656565. Windows color (decimal): -16739948 or 9736448. OLE color: 9736448.

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

Color convert

RGB 0 145 148 -
CMYK 1 0.02 0 0.42
HSL 181.22º 1% 0.29% -
HSV(B) 181.22º 1% 0.58% -
XYZ 15.47 22.39 31.52 -
YUV 101.99 153.96 55.26 -
System Red Green Blue C M Y K H S L
Decimal 0 145 148 1 0.02 0 0.42 181.22 1 0.29
Hex 0 91 94 64 2 0 2A B5 64 1D
Octal 0 221 224 144 2 0 52 265 144 35
Binary 0 10010001 10010100 1100100 10 0 101010 10110101 1100100 11101

Color Harmonies of #009194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009194

Black with #009194

Text Example


Text Example

White with #009194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009194; }

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

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

background-color css

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

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

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

border-color css

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

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

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