Html Css Color HEX #009390 Dark Cyan

📋 copy color: '#009390'

red 0 ◦ green 147 ◦ blue 144

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

Shades of Dark Cyan #009390

Tints of Dark Cyan #009390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

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

R = 0%
G = 50.52%
B = 49.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#009390 (or 0x009390) is known color: Dark Cyan. HEX triplet: 00, 93 and 90. RGB value is (0,147,144). Sum of RGB (Red+Green+Blue) = 0+147+144=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #009390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009390 is #FF6C6F. Grayscale: #666666. Windows color (decimal): -16739440 or 9474816. OLE color: 9474816.

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

Color convert

RGB 0 147 144 -
CMYK 1 0 0.02 0.42
HSL 178.78º 1% 0.29% -
HSV(B) 178.78º 1% 0.58% -
XYZ 15.47 22.88 29.99 -
YUV 102.71 151.3 54.74 -
System Red Green Blue C M Y K H S L
Decimal 0 147 144 1 0 0.02 0.42 178.78 1 0.29
Hex 0 93 90 64 0 2 2A B3 64 1D
Octal 0 223 220 144 0 2 52 263 144 35
Binary 0 10010011 10010000 1100100 0 10 101010 10110011 1100100 11101

Color Harmonies of #009390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009390

Black with #009390

Text Example


Text Example

White with #009390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009390; }

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

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

background-color css

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

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

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

border-color css

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

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

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