Html Css Color HEX #19835E Deep Sea

📋 copy color: '#19835E'

red 25 ◦ green 131 ◦ blue 94

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

Shades of Deep Sea #19835E

Tints of Deep Sea #19835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.4%

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

R = 10%
G = 52.4%
B = 37.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#19835E (or 0x19835E) is known color: Deep Sea. HEX triplet: 19, 83 and 5E. RGB value is (25,131,94). Sum of RGB (Red+Green+Blue) = 25+131+94=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #19835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19835E is #E67CA1. Grayscale: #5F5F5F. Windows color (decimal): -15105186 or 6193945. OLE color: 6193945.

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

Color convert

RGB 25 131 94 -
CMYK 0.81 0 0.28 0.49
HSL 159.06º 0.68% 0.31% -
HSV(B) 159.06º 0.81% 0.51% -
XYZ 10.54 17.25 13.36 -
YUV 95.09 127.38 78.01 -
System Red Green Blue C M Y K H S L
Decimal 25 131 94 0.81 0 0.28 0.49 159.06 0.68 0.31
Hex 19 83 5E 51 0 1C 31 9F 44 1F
Octal 31 203 136 121 0 34 61 237 104 37
Binary 11001 10000011 1011110 1010001 0 11100 110001 10011111 1000100 11111

Color Harmonies of #19835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19835E

Black with #19835E

Text Example


Text Example

White with #19835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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