Html Css Color HEX #009383 Dark Cyan

📋 copy color: '#009383'

red 0 ◦ green 147 ◦ blue 131

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

Shades of Dark Cyan #009383

Tints of Dark Cyan #009383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.12%

R = 0%
G = 52.88%
B = 47.12%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#009383 (or 0x009383) is known color: Dark Cyan. HEX triplet: 00, 93 and 83. RGB value is (0,147,131). Sum of RGB (Red+Green+Blue) = 0+147+131=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #009383 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009383 is #FF6C7C. Grayscale: #656565. Windows color (decimal): -16739453 or 8622848. OLE color: 8622848.

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

Color convert

RGB 0 147 131 -
CMYK 1 0 0.11 0.42
HSL 173.47º 1% 0.29% -
HSV(B) 173.47º 1% 0.58% -
XYZ 14.53 22.51 25.05 -
YUV 101.22 144.8 55.8 -
System Red Green Blue C M Y K H S L
Decimal 0 147 131 1 0 0.11 0.42 173.47 1 0.29
Hex 0 93 83 64 0 B 2A AD 64 1D
Octal 0 223 203 144 0 13 52 255 144 35
Binary 0 10010011 10000011 1100100 0 1011 101010 10101101 1100100 11101

Color Harmonies of #009383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009383

Black with #009383

Text Example


Text Example

White with #009383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009383; }

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

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

background-color css

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

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

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

border-color css

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

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

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