#1A786C

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

Shades of Deep Sea #1A786C

Tints of Deep Sea #1A786C

Color information

#1A786C (or 0x1A786C) is unknown color: approx Deep Sea. HEX triplet: 1A, 78 and 6C. RGB value is (26,120,108). Sum of RGB (Red+Green+Blue) = 26+120+108=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #1A786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A786C is #E58793. Grayscale: #5A5A5A. Windows color (decimal): -15042452 or 7108634. OLE color: 7108634.

HSL color Cylindrical-coordinate representation of color #1A786C: hue angle of 172.34º 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 #1A786C is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB26120108-
CMYK0.7800.100.53
HSL172.34º64.38%28.63%-
HSV(B)172.34º78.33%47.06%-
XYZ9.8514.7416.51-
YUV90.53137.8681.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.24%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=10.24%
G=47.24%
B=42.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal261201080.7800.100.53172.3464.3828.63
Hex1A786C4E0A35ac401d
Octal321701541160126525410035
Binary110101111000110110010011100101011010110101100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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