Html Css Color HEX #1A795B Deep Sea

📋 copy color: '#1A795B'

red 26 ◦ green 121 ◦ blue 91

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

Shades of Deep Sea #1A795B

Tints of Deep Sea #1A795B

RGB

 RED value IS 26 (10.55% from 255) = 10.92%

 GREEN value IS 121 (47.66% from 255) = 50.84%

 BLUE value IS 91 (35.94% from 255) = 38.24%

R = 10.92%
G = 50.84%
B = 38.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#1A795B (or 0x1A795B) is known color: Deep Sea. HEX triplet: 1A, 79 and 5B. RGB value is (26,121,91). Sum of RGB (Red+Green+Blue) = 26+121+91=238 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.92% from 238); Green value is 121 (47.66% from 255 or 50.84% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 121 - color contains mainly: green. Hex color #1A795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A795B is #E586A4. Grayscale: #595959. Windows color (decimal): -15042213 or 5994778. OLE color: 5994778.

HSL color Cylindrical-coordinate representation of color #1A795B: hue angle of 161.05º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A795B is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 121 91 -
CMYK 0.79 0 0.25 0.53
HSL 161.05º 0.65% 0.29% -
HSV(B) 161.05º 0.79% 0.47% -
XYZ 9.15 14.65 12.24 -
YUV 89.18 129.03 82.94 -
System Red Green Blue C M Y K H S L
Decimal 26 121 91 0.79 0 0.25 0.53 161.05 0.65 0.29
Hex 1A 79 5B 4F 0 19 35 A1 41 1D
Octal 32 171 133 117 0 31 65 241 101 35
Binary 11010 1111001 1011011 1001111 0 11001 110101 10100001 1000001 11101

Color Harmonies of #1A795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A795B

Black with #1A795B

Text Example


Text Example

White with #1A795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A795B; }

 p { color: rgb(26,121,91); }

 H1.HeaderClassName
 {
   color: #1A795B;
 }
 .AnyTagClassName
 {
   color: #1A795B;
 }
</style>

background-color css

<style>
 a { background-color: #1A795B; }

 a { background-color: rgb(26,121,91); }

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

border-color css

<style>
 span { border-color: #1A795B; }

 span { border-color: rgb(26,121,91); }

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