#1A7F6A

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

Shades of Deep Sea #1A7F6A

Tints of Deep Sea #1A7F6A

Color information

#1A7F6A (or 0x1A7F6A) is unknown color: approx Deep Sea. HEX triplet: 1A, 7F and 6A. RGB value is (26,127,106). Sum of RGB (Red+Green+Blue) = 26+127+106=259 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.04% from 259); Green value is 127 (50% from 255 or 49.03% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 127 - color contains mainly: green. Hex color #1A7F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7F6A is #E58095. Grayscale: #5E5E5E. Windows color (decimal): -15040662 or 6979354. OLE color: 6979354.

HSL color Cylindrical-coordinate representation of color #1A7F6A: hue angle of 167.52º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A7F6A is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB26127106-
CMYK0.8000.170.50
HSL167.52º66.01%30%-
HSV(B)167.52º79.53%49.8%-
XYZ10.6216.4416.25-
YUV94.41134.5479.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.04%
GREEN value IS 127 (50% from 255) = 49.03%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=10.04%
G=49.03%
B=40.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal261271060.8000.170.50167.5266.0130
Hex1A7F6A5001132a8421e
Octal321771521200216225010236
Binary1101011111111101010101000001000111001010101000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,127,106); }

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

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

 a { background-color: rgb(26,127,106); }

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

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

 span { border-color: rgb(26,127,106); }

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