#1A7E71

Color #1A7E71 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1A7E71

Tints of Deep Sea #1A7E71

Color information

#1A7E71 (or 0x1A7E71) is unknown color: approx Deep Sea. HEX triplet: 1A, 7E and 71. RGB value is (26,126,113). Sum of RGB (Red+Green+Blue) = 26+126+113=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 126 (49.61% from 255 or 47.55% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 126 - color contains mainly: green. Hex color #1A7E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7E71 is #E5818E. Grayscale: #5E5E5E. Windows color (decimal): -15040911 or 7437850. OLE color: 7437850.

HSL color Cylindrical-coordinate representation of color #1A7E71: hue angle of 172.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7E71 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB26126113-
CMYK0.7900.100.51
HSL172.2º65.79%29.8%-
HSV(B)172.2º79.37%49.41%-
XYZ10.8716.3318.2-
YUV94.62138.3779.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.81%
GREEN value IS 126 (49.61% from 255) = 47.55%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=9.81%
G=47.55%
B=42.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261261130.7900.100.51172.265.7929.8
Hex1A7E714F0A33ac421e
Octal321761611170126325410236
Binary110101111110111000110011110101011001110101100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,126,113); }

 H1.HeaderClassName
 {
   color: #1A7E71;
 }
 .AnyTagClassName
 {
   color: #1A7E71;
 }
</style>
background-color css

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

 a { background-color: rgb(26,126,113); }

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

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

 span { border-color: rgb(26,126,113); }

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