Html Css Color HEX #009583 Dark Cyan

📋 copy color: '#009583'

red 0 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #009583

Tints of Dark Cyan #009583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.21%

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

R = 0%
G = 53.21%
B = 46.79%

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

#009583 (or 0x009583) is known color: Dark Cyan. HEX triplet: 00, 95 and 83. RGB value is (0,149,131). Sum of RGB (Red+Green+Blue) = 0+149+131=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #009583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009583 is #FF6A7C. Grayscale: #666666. Windows color (decimal): -16738941 or 8623360. OLE color: 8623360.

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

Color convert

RGB 0 149 131 -
CMYK 1 0 0.12 0.42
HSL 172.75º 1% 0.29% -
HSV(B) 172.75º 1% 0.58% -
XYZ 14.84 23.13 25.16 -
YUV 102.4 144.14 54.96 -
System Red Green Blue C M Y K H S L
Decimal 0 149 131 1 0 0.12 0.42 172.75 1 0.29
Hex 0 95 83 64 0 C 2A AD 64 1D
Octal 0 225 203 144 0 14 52 255 144 35
Binary 0 10010101 10000011 1100100 0 1100 101010 10101101 1100100 11101

Color Harmonies of #009583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009583

Black with #009583

Text Example


Text Example

White with #009583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009583; }

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

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

background-color css

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

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

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

border-color css

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

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

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