Html Css Color HEX #009190 Dark Cyan

📋 copy color: '#009190'

red 0 ◦ green 145 ◦ blue 144

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

Shades of Dark Cyan #009190

Tints of Dark Cyan #009190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 0%
G = 50.17%
B = 49.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#009190 (or 0x009190) is known color: Dark Cyan. HEX triplet: 00, 91 and 90. RGB value is (0,145,144). Sum of RGB (Red+Green+Blue) = 0+145+144=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #009190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009190 is #FF6E6F. Grayscale: #656565. Windows color (decimal): -16739952 or 9474304. OLE color: 9474304.

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

Color convert

RGB 0 145 144 -
CMYK 1 0 0.01 0.43
HSL 179.59º 1% 0.28% -
HSV(B) 179.59º 1% 0.57% -
XYZ 15.16 22.26 29.88 -
YUV 101.53 151.96 55.58 -
System Red Green Blue C M Y K H S L
Decimal 0 145 144 1 0 0.01 0.43 179.59 1 0.28
Hex 0 91 90 64 0 1 2B B4 64 1C
Octal 0 221 220 144 0 1 53 264 144 34
Binary 0 10010001 10010000 1100100 0 1 101011 10110100 1100100 11100

Color Harmonies of #009190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009190

Black with #009190

Text Example


Text Example

White with #009190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009190; }

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

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

background-color css

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

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

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

border-color css

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

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

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