Html Css Color HEX #19805F Deep Sea

📋 copy color: '#19805F'

red 25 ◦ green 128 ◦ blue 95

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

Shades of Deep Sea #19805F

Tints of Deep Sea #19805F

RGB

 RED value IS 25 (10.16% from 255) = 10.08%

 GREEN value IS 128 (50.39% from 255) = 51.61%

 BLUE value IS 95 (37.5% from 255) = 38.31%

R = 10.08%
G = 51.61%
B = 38.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#19805F (or 0x19805F) is known color: Deep Sea. HEX triplet: 19, 80 and 5F. RGB value is (25,128,95). Sum of RGB (Red+Green+Blue) = 25+128+95=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 95 (37.5% from 255 or 38.31% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #19805F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19805F is #E67FA0. Grayscale: #5D5D5D. Windows color (decimal): -15105953 or 6258713. OLE color: 6258713.

HSL color Cylindrical-coordinate representation of color #19805F: hue angle of 160.78º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19805F is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 95 -
CMYK 0.80 0 0.26 0.50
HSL 160.78º 0.67% 0.3% -
HSV(B) 160.78º 0.8% 0.5% -
XYZ 10.19 16.47 13.47 -
YUV 93.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 25 128 95 0.80 0 0.26 0.50 160.78 0.67 0.3
Hex 19 80 5F 50 0 1A 32 A1 43 1E
Octal 31 200 137 120 0 32 62 241 103 36
Binary 11001 10000000 1011111 1010000 0 11010 110010 10100001 1000011 11110

Color Harmonies of #19805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19805F

Black with #19805F

Text Example


Text Example

White with #19805F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19805F; }

 p { color: rgb(25,128,95); }

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

background-color css

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

 a { background-color: rgb(25,128,95); }

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

border-color css

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

 span { border-color: rgb(25,128,95); }

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