Html Css Color HEX #009381 Dark Cyan

📋 copy color: '#009381'

red 0 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #009381

Tints of Dark Cyan #009381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.74%

R = 0%
G = 53.26%
B = 46.74%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#009381 (or 0x009381) is known color: Dark Cyan. HEX triplet: 00, 93 and 81. RGB value is (0,147,129). Sum of RGB (Red+Green+Blue) = 0+147+129=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #009381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009381 is #FF6C7E. Grayscale: #646464. Windows color (decimal): -16739455 or 8491776. OLE color: 8491776.

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

Color convert

RGB 0 147 129 -
CMYK 1 0 0.12 0.42
HSL 172.65º 1% 0.29% -
HSV(B) 172.65º 1% 0.58% -
XYZ 14.4 22.45 24.34 -
YUV 101 143.8 55.96 -
System Red Green Blue C M Y K H S L
Decimal 0 147 129 1 0 0.12 0.42 172.65 1 0.29
Hex 0 93 81 64 0 C 2A AD 64 1D
Octal 0 223 201 144 0 14 52 255 144 35
Binary 0 10010011 10000001 1100100 0 1100 101010 10101101 1100100 11101

Color Harmonies of #009381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009381

Black with #009381

Text Example


Text Example

White with #009381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009381; }

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

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

background-color css

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

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

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

border-color css

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

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

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