Html Css Color HEX #19855E Deep Sea

📋 copy color: '#19855E'

red 25 ◦ green 133 ◦ blue 94

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

Shades of Deep Sea #19855E

Tints of Deep Sea #19855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 94 (37.11% from 255) = 37.3%

R = 9.92%
G = 52.78%
B = 37.3%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#19855E (or 0x19855E) is known color: Deep Sea. HEX triplet: 19, 85 and 5E. RGB value is (25,133,94). Sum of RGB (Red+Green+Blue) = 25+133+94=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #19855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19855E is #E67AA1. Grayscale: #606060. Windows color (decimal): -15104674 or 6194457. OLE color: 6194457.

HSL color Cylindrical-coordinate representation of color #19855E: hue angle of 158.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19855E is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 133 94 -
CMYK 0.81 0 0.29 0.48
HSL 158.33º 0.68% 0.31% -
HSV(B) 158.33º 0.81% 0.52% -
XYZ 10.81 17.79 13.45 -
YUV 96.26 126.72 77.17 -
System Red Green Blue C M Y K H S L
Decimal 25 133 94 0.81 0 0.29 0.48 158.33 0.68 0.31
Hex 19 85 5E 51 0 1D 30 9E 44 1F
Octal 31 205 136 121 0 35 60 236 104 37
Binary 11001 10000101 1011110 1010001 0 11101 110000 10011110 1000100 11111

Color Harmonies of #19855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19855E

Black with #19855E

Text Example


Text Example

White with #19855E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19855E; }

 p { color: rgb(25,133,94); }

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

background-color css

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

 a { background-color: rgb(25,133,94); }

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

border-color css

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

 span { border-color: rgb(25,133,94); }

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