Html Css Color HEX #019583 Dark Cyan

📋 copy color: '#019583'

red 1 ◦ green 149 ◦ blue 131

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

Shades of Dark Cyan #019583

Tints of Dark Cyan #019583

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

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

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

R = 0.36%
G = 53.02%
B = 46.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#019583 (or 0x019583) is known color: Dark Cyan. HEX triplet: 01, 95 and 83. RGB value is (1,149,131). Sum of RGB (Red+Green+Blue) = 1+149+131=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #019583 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019583 is #FE6A7C. Grayscale: #666666. Windows color (decimal): -16673405 or 8623361. OLE color: 8623361.

HSL color Cylindrical-coordinate representation of color #019583: hue angle of 172.7º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019583 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 131 -
CMYK 0.99 0 0.12 0.42
HSL 172.7º 0.99% 0.29% -
HSV(B) 172.7º 0.99% 0.58% -
XYZ 14.86 23.14 25.16 -
YUV 102.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 1 149 131 0.99 0 0.12 0.42 172.7 0.99 0.29
Hex 1 95 83 63 0 C 2A AD 63 1D
Octal 1 225 203 143 0 14 52 255 143 35
Binary 1 10010101 10000011 1100011 0 1100 101010 10101101 1100011 11101

Color Harmonies of #019583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019583

Black with #019583

Text Example


Text Example

White with #019583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019583; }

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

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

background-color css

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

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

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

border-color css

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

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

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