#1A7D60

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

Shades of Deep Sea #1A7D60

Tints of Deep Sea #1A7D60

Color information

#1A7D60 (or 0x1A7D60) is unknown color: approx Deep Sea. HEX triplet: 1A, 7D and 60. RGB value is (26,125,96). Sum of RGB (Red+Green+Blue) = 26+125+96=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 125 (49.22% from 255 or 50.61% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 125 - color contains mainly: green. Hex color #1A7D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7D60 is #E5829F. Grayscale: #5C5C5C. Windows color (decimal): -15041184 or 6323482. OLE color: 6323482.

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

Color convert

RGB2612596-
CMYK0.7900.230.51
HSL162.42º65.56%29.61%-
HSV(B)162.42º79.2%49.02%-
XYZ9.8715.7313.58-
YUV92.09130.280.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.53%
GREEN value IS 125 (49.22% from 255) = 50.61%
BLUE value IS 96 (37.89% from 255) = 38.87%
R=10.53%
G=50.61%
B=38.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal26125960.7900.230.51162.4265.5629.61
Hex1A7D604F01733a2421e
Octal321751401170276324210236
Binary1101011111011100000100111101011111001110100010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,125,96); }

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

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

 a { background-color: rgb(26,125,96); }

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

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

 span { border-color: rgb(26,125,96); }

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