Html Css Color HEX #19806B Deep Sea

📋 copy color: '#19806B'

red 25 ◦ green 128 ◦ blue 107

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

Shades of Deep Sea #19806B

Tints of Deep Sea #19806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.15%

R = 9.62%
G = 49.23%
B = 41.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#19806B (or 0x19806B) is known color: Deep Sea. HEX triplet: 19, 80 and 6B. RGB value is (25,128,107). Sum of RGB (Red+Green+Blue) = 25+128+107=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #19806B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19806B is #E67F94. Grayscale: #5E5E5E. Windows color (decimal): -15105941 or 7045145. OLE color: 7045145.

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

Color convert

RGB 25 128 107 -
CMYK 0.80 0 0.16 0.50
HSL 167.77º 0.67% 0.3% -
HSV(B) 167.77º 0.8% 0.5% -
XYZ 10.77 16.71 16.57 -
YUV 94.81 134.88 78.21 -
System Red Green Blue C M Y K H S L
Decimal 25 128 107 0.80 0 0.16 0.50 167.77 0.67 0.3
Hex 19 80 6B 50 0 10 32 A8 43 1E
Octal 31 200 153 120 0 20 62 250 103 36
Binary 11001 10000000 1101011 1010000 0 10000 110010 10101000 1000011 11110

Color Harmonies of #19806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19806B

Black with #19806B

Text Example


Text Example

White with #19806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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