Html Css Color HEX #19855D Deep Sea

📋 copy color: '#19855D'

red 25 ◦ green 133 ◦ blue 93

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

Shades of Deep Sea #19855D

Tints of Deep Sea #19855D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 9.96%
G = 52.99%
B = 37.05%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#19855D (or 0x19855D) is known color: Deep Sea. HEX triplet: 19, 85 and 5D. RGB value is (25,133,93). Sum of RGB (Red+Green+Blue) = 25+133+93=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #19855D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19855D is #E67AA2. Grayscale: #606060. Windows color (decimal): -15104675 or 6128921. OLE color: 6128921.

HSL color Cylindrical-coordinate representation of color #19855D: hue angle of 157.78º 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 #19855D is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 133 93 -
CMYK 0.81 0 0.30 0.48
HSL 157.78º 0.68% 0.31% -
HSV(B) 157.78º 0.81% 0.52% -
XYZ 10.76 17.77 13.22 -
YUV 96.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 25 133 93 0.81 0 0.30 0.48 157.78 0.68 0.31
Hex 19 85 5D 51 0 1E 30 9E 44 1F
Octal 31 205 135 121 0 36 60 236 104 37
Binary 11001 10000101 1011101 1010001 0 11110 110000 10011110 1000100 11111

Color Harmonies of #19855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19855D

Black with #19855D

Text Example


Text Example

White with #19855D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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