#26614C

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

Shades of Evening Sea #26614C

Tints of Evening Sea #26614C

Color information

#26614C (or 0x26614C) is unknown color: approx Evening Sea. HEX triplet: 26, 61 and 4C. RGB value is (38,97,76). Sum of RGB (Red+Green+Blue) = 38+97+76=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #26614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26614C is #D99EB3. Grayscale: #4C4C4C. Windows color (decimal): -14261940 or 5005606. OLE color: 5005606.

HSL color Cylindrical-coordinate representation of color #26614C: hue angle of 158.64º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #26614C is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB389776-
CMYK0.6100.220.62
HSL158.64º43.7%26.47%-
HSV(B)158.64º60.82%38.04%-
XYZ6.389.488.33-
YUV76.96127.45100.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=18.01%
G=45.97%
B=36.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897760.6100.220.62158.6443.726.47
Hex26614C3D0163E9f2c1a
Octal4614111475026762375432
Binary100110110000110011001111010101101111101001111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26614C; }

 p { color: rgb(38,97,76); }

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

<style>
 a { background-color: #26614C; }

 a { background-color: rgb(38,97,76); }

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

<style>
 span { border-color: #26614C; }

 span { border-color: rgb(38,97,76); }

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