#1A785B

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

Shades of Deep Sea #1A785B

Tints of Deep Sea #1A785B

Color information

#1A785B (or 0x1A785B) is unknown color: approx Deep Sea. HEX triplet: 1A, 78 and 5B. RGB value is (26,120,91). Sum of RGB (Red+Green+Blue) = 26+120+91=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #1A785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A785B is #E587A4. Grayscale: #585858. Windows color (decimal): -15042469 or 5994522. OLE color: 5994522.

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

Color convert

RGB2612091-
CMYK0.7800.240.53
HSL161.49º64.38%28.63%-
HSV(B)161.49º78.33%47.06%-
XYZ9.0314.4112.2-
YUV88.59129.3683.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=10.97%
G=50.63%
B=38.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal26120910.7800.240.53161.4964.3828.63
Hex1A785B4E01835a1401d
Octal321701331160306524110035
Binary1101011110001011011100111001100011010110100001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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