#1A604B

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

Shades of Evening Sea #1A604B

Tints of Evening Sea #1A604B

Color information

#1A604B (or 0x1A604B) is unknown color: approx Evening Sea. HEX triplet: 1A, 60 and 4B. RGB value is (26,96,75). Sum of RGB (Red+Green+Blue) = 26+96+75=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #1A604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A604B is #E59FB4. Grayscale: #484848. Windows color (decimal): -15048629 or 4939802. OLE color: 4939802.

HSL color Cylindrical-coordinate representation of color #1A604B: hue angle of 162º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A604B is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB269675-
CMYK0.7300.220.62
HSL162º57.38%23.92%-
HSV(B)162º72.92%37.65%-
XYZ5.889.098.1-
YUV72.68129.3194.71-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=13.20%
G=48.73%
B=38.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2696750.7300.220.6216257.3823.92
Hex1A604B490163Ea23918
Octal32140113111026762427130
Binary110101100000100101110010010101101111101010001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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