Html Css Color HEX #009490 Dark Cyan

📋 copy color: '#009490'

red 0 ◦ green 148 ◦ blue 144

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

Shades of Dark Cyan #009490

Tints of Dark Cyan #009490

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 0 148 144 -
CMYK 1 0 0.03 0.42
HSL 178.38º 1% 0.29% -
HSV(B) 178.38º 1% 0.58% -
XYZ 15.62 23.19 30.04 -
YUV 103.29 150.97 54.33 -
System Red Green Blue C M Y K H S L
Decimal 0 148 144 1 0 0.03 0.42 178.38 1 0.29
Hex 0 94 90 64 0 3 2A B2 64 1D
Octal 0 224 220 144 0 3 52 262 144 35
Binary 0 10010100 10010000 1100100 0 11 101010 10110010 1100100 11101

Color Harmonies of #009490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009490

Black with #009490

Text Example


Text Example

White with #009490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009490; }

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

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

background-color css

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

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

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

border-color css

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

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

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