#266A51

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

Shades of Evening Sea #266A51

Tints of Evening Sea #266A51

Color information

#266A51 (or 0x266A51) is unknown color: approx Evening Sea. HEX triplet: 26, 6A and 51. RGB value is (38,106,81). Sum of RGB (Red+Green+Blue) = 38+106+81=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 106 - color contains mainly: green. Hex color #266A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266A51 is #D995AE. Grayscale: #525252. Windows color (decimal): -14259631 or 5335590. OLE color: 5335590.

HSL color Cylindrical-coordinate representation of color #266A51: hue angle of 157.94º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #266A51 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB3810681-
CMYK0.6400.240.58
HSL157.94º47.22%28.24%-
HSV(B)157.94º64.15%41.57%-
XYZ7.4411.319.58-
YUV82.82126.9796.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 81 (32.03% from 255) = 36%
R=16.89%
G=47.11%
B=36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38106810.6400.240.58157.9447.2228.24
Hex266A51400183A9e2f1c
Octal46152121100030722365734
Binary1001101101010101000110000000110001110101001111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266A51; }

 p { color: rgb(38,106,81); }

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

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

 a { background-color: rgb(38,106,81); }

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

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

 span { border-color: rgb(38,106,81); }

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