Html Css Color HEX #019380 Dark Cyan

📋 copy color: '#019380'

red 1 ◦ green 147 ◦ blue 128

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

Shades of Dark Cyan #019380

Tints of Dark Cyan #019380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 0.36%
G = 53.26%
B = 46.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#019380 (or 0x019380) is known color: Dark Cyan. HEX triplet: 01, 93 and 80. RGB value is (1,147,128). Sum of RGB (Red+Green+Blue) = 1+147+128=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 147 (57.81% from 255 or 53.26% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 147 - color contains mainly: green. Hex color #019380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019380 is #FE6C7F. Grayscale: #656565. Windows color (decimal): -16673920 or 8426241. OLE color: 8426241.

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

Color convert

RGB 1 147 128 -
CMYK 0.99 0 0.13 0.42
HSL 172.19º 0.99% 0.29% -
HSV(B) 172.19º 0.99% 0.58% -
XYZ 14.34 22.43 24 -
YUV 101.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 1 147 128 0.99 0 0.13 0.42 172.19 0.99 0.29
Hex 1 93 80 63 0 D 2A AC 63 1D
Octal 1 223 200 143 0 15 52 254 143 35
Binary 1 10010011 10000000 1100011 0 1101 101010 10101100 1100011 11101

Color Harmonies of #019380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019380

Black with #019380

Text Example


Text Example

White with #019380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019380; }

 p { color: rgb(1,147,128); }

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

background-color css

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

 a { background-color: rgb(1,147,128); }

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

border-color css

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

 span { border-color: rgb(1,147,128); }

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