Html Css Color HEX #1A796D Deep Sea

📋 copy color: '#1A796D'

red 26 ◦ green 121 ◦ blue 109

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

Shades of Deep Sea #1A796D

Tints of Deep Sea #1A796D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 10.16%
G = 47.27%
B = 42.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#1A796D (or 0x1A796D) is known color: Deep Sea. HEX triplet: 1A, 79 and 6D. RGB value is (26,121,109). Sum of RGB (Red+Green+Blue) = 26+121+109=256 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.16% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #1A796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A796D is #E58692. Grayscale: #5B5B5B. Windows color (decimal): -15042195 or 7174426. OLE color: 7174426.

HSL color Cylindrical-coordinate representation of color #1A796D: hue angle of 172.42º 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 #1A796D is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 26 121 109 -
CMYK 0.79 0 0.10 0.53
HSL 172.42º 0.65% 0.29% -
HSV(B) 172.42º 0.79% 0.47% -
XYZ 10.02 15 16.83 -
YUV 91.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 26 121 109 0.79 0 0.10 0.53 172.42 0.65 0.29
Hex 1A 79 6D 4F 0 A 35 AC 41 1D
Octal 32 171 155 117 0 12 65 254 101 35
Binary 11010 1111001 1101101 1001111 0 1010 110101 10101100 1000001 11101

Color Harmonies of #1A796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A796D

Black with #1A796D

Text Example


Text Example

White with #1A796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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