#266150

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

Shades of Evening Sea #266150

Tints of Evening Sea #266150

Color information

#266150 (or 0x266150) is unknown color: approx Evening Sea. HEX triplet: 26, 61 and 50. RGB value is (38,97,80). Sum of RGB (Red+Green+Blue) = 38+97+80=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #266150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266150 is #D99EAF. Grayscale: #4D4D4D. Windows color (decimal): -14261936 or 5267750. OLE color: 5267750.

HSL color Cylindrical-coordinate representation of color #266150: hue angle of 162.71º 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 #266150 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB389780-
CMYK0.6100.180.62
HSL162.71º43.7%26.47%-
HSV(B)162.71º60.82%38.04%-
XYZ6.529.549.09-
YUV77.42129.4599.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=17.67%
G=45.12%
B=37.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3897800.6100.180.62162.7143.726.47
Hex2661503D0123Ea32c1a
Octal4614112075022762435432
Binary100110110000110100001111010100101111101010001110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266150; }

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

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

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

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

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

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

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

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