Html Css Color HEX #19806F Deep Sea

📋 copy color: '#19806F'

red 25 ◦ green 128 ◦ blue 111

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

Shades of Deep Sea #19806F

Tints of Deep Sea #19806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 9.47%
G = 48.48%
B = 42.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#19806F (or 0x19806F) is known color: Deep Sea. HEX triplet: 19, 80 and 6F. RGB value is (25,128,111). Sum of RGB (Red+Green+Blue) = 25+128+111=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #19806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19806F is #E67F90. Grayscale: #5F5F5F. Windows color (decimal): -15105937 or 7307289. OLE color: 7307289.

HSL color Cylindrical-coordinate representation of color #19806F: hue angle of 170.1º 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 #19806F is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 128 111 -
CMYK 0.80 0 0.13 0.50
HSL 170.1º 0.67% 0.3% -
HSV(B) 170.1º 0.8% 0.5% -
XYZ 10.99 16.79 17.7 -
YUV 95.27 136.88 77.88 -
System Red Green Blue C M Y K H S L
Decimal 25 128 111 0.80 0 0.13 0.50 170.1 0.67 0.3
Hex 19 80 6F 50 0 D 32 AA 43 1E
Octal 31 200 157 120 0 15 62 252 103 36
Binary 11001 10000000 1101111 1010000 0 1101 110010 10101010 1000011 11110

Color Harmonies of #19806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19806F

Black with #19806F

Text Example


Text Example

White with #19806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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