Html Css Color HEX #19855C Deep Sea

📋 copy color: '#19855C'

red 25 ◦ green 133 ◦ blue 92

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

Shades of Deep Sea #19855C

Tints of Deep Sea #19855C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 10%
G = 53.2%
B = 36.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#19855C (or 0x19855C) is known color: Deep Sea. HEX triplet: 19, 85 and 5C. RGB value is (25,133,92). Sum of RGB (Red+Green+Blue) = 25+133+92=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #19855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19855C is #E67AA3. Grayscale: #606060. Windows color (decimal): -15104676 or 6063385. OLE color: 6063385.

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

Color convert

RGB 25 133 92 -
CMYK 0.81 0 0.31 0.48
HSL 157.22º 0.68% 0.31% -
HSV(B) 157.22º 0.81% 0.52% -
XYZ 10.72 17.75 12.99 -
YUV 96.03 125.72 77.33 -
System Red Green Blue C M Y K H S L
Decimal 25 133 92 0.81 0 0.31 0.48 157.22 0.68 0.31
Hex 19 85 5C 51 0 1F 30 9D 44 1F
Octal 31 205 134 121 0 37 60 235 104 37
Binary 11001 10000101 1011100 1010001 0 11111 110000 10011101 1000100 11111

Color Harmonies of #19855C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19855C

Black with #19855C

Text Example


Text Example

White with #19855C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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