#1A7C6F

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

Shades of Deep Sea #1A7C6F

Tints of Deep Sea #1A7C6F

Color information

#1A7C6F (or 0x1A7C6F) is unknown color: approx Deep Sea. HEX triplet: 1A, 7C and 6F. RGB value is (26,124,111). Sum of RGB (Red+Green+Blue) = 26+124+111=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7C6F is #E58390. Grayscale: #5D5D5D. Windows color (decimal): -15041425 or 7306266. OLE color: 7306266.

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

Color convert

RGB26124111-
CMYK0.7900.100.51
HSL172.04º65.33%29.41%-
HSV(B)172.04º79.03%48.63%-
XYZ10.515.7817.53-
YUV93.22138.0380.06-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.96%
GREEN value IS 124 (48.83% from 255) = 47.51%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=9.96%
G=47.51%
B=42.53%

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
Decimal261241110.7900.100.51172.0465.3329.41
Hex1A7C6F4F0A33ac411d
Octal321741571170126325410135
Binary110101111100110111110011110101011001110101100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,124,111); }

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

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

 a { background-color: rgb(26,124,111); }

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

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

 span { border-color: rgb(26,124,111); }

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