#1A7866

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

Shades of Deep Sea #1A7866

Tints of Deep Sea #1A7866

Color information

#1A7866 (or 0x1A7866) is unknown color: approx Deep Sea. HEX triplet: 1A, 78 and 66. RGB value is (26,120,102). Sum of RGB (Red+Green+Blue) = 26+120+102=248 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.48% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #1A7866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7866 is #E58799. Grayscale: #595959. Windows color (decimal): -15042458 or 6715418. OLE color: 6715418.

HSL color Cylindrical-coordinate representation of color #1A7866: hue angle of 168.51º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7866 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB26120102-
CMYK0.7800.150.53
HSL168.51º64.38%28.63%-
HSV(B)168.51º78.33%47.06%-
XYZ9.5414.6114.89-
YUV89.84134.8682.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.48%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=10.48%
G=48.39%
B=41.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261201020.7800.150.53168.5164.3828.63
Hex1A78664E0F35a9401d
Octal321701461160176525110035
Binary110101111000110011010011100111111010110101001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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