#1A7E66

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

Shades of Deep Sea #1A7E66

Tints of Deep Sea #1A7E66

Color information

#1A7E66 (or 0x1A7E66) is unknown color: approx Deep Sea. HEX triplet: 1A, 7E and 66. RGB value is (26,126,102). Sum of RGB (Red+Green+Blue) = 26+126+102=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 126 (49.61% from 255 or 49.61% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 126 - color contains mainly: green. Hex color #1A7E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7E66 is #E58199. Grayscale: #5D5D5D. Windows color (decimal): -15040922 or 6716954. OLE color: 6716954.

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

Color convert

RGB26126102-
CMYK0.7900.190.51
HSL165.6º65.79%29.8%-
HSV(B)165.6º79.37%49.41%-
XYZ10.2916.115.14-
YUV93.36132.8779.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 126 (49.61% from 255) = 49.61%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=10.24%
G=49.61%
B=40.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal261261020.7900.190.51165.665.7929.8
Hex1A7E664F01333a6421e
Octal321761461170236324610236
Binary1101011111101100110100111101001111001110100110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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