Html Css Color HEX #009384 Dark Cyan

📋 copy color: '#009384'

red 0 ◦ green 147 ◦ blue 132

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

Shades of Dark Cyan #009384

Tints of Dark Cyan #009384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.31%

R = 0%
G = 52.69%
B = 47.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#009384 (or 0x009384) is known color: Dark Cyan. HEX triplet: 00, 93 and 84. RGB value is (0,147,132). Sum of RGB (Red+Green+Blue) = 0+147+132=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #009384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009384 is #FF6C7B. Grayscale: #656565. Windows color (decimal): -16739452 or 8688384. OLE color: 8688384.

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

Color convert

RGB 0 147 132 -
CMYK 1 0 0.10 0.42
HSL 173.88º 1% 0.29% -
HSV(B) 173.88º 1% 0.58% -
XYZ 14.6 22.53 25.41 -
YUV 101.34 145.3 55.72 -
System Red Green Blue C M Y K H S L
Decimal 0 147 132 1 0 0.10 0.42 173.88 1 0.29
Hex 0 93 84 64 0 A 2A AE 64 1D
Octal 0 223 204 144 0 12 52 256 144 35
Binary 0 10010011 10000100 1100100 0 1010 101010 10101110 1100100 11101

Color Harmonies of #009384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009384

Black with #009384

Text Example


Text Example

White with #009384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009384; }

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

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

background-color css

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

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

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

border-color css

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

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

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