#266D50

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

Shades of Evening Sea #266D50

Tints of Evening Sea #266D50

Color information

#266D50 (or 0x266D50) is unknown color: approx Evening Sea. HEX triplet: 26, 6D and 50. RGB value is (38,109,80). Sum of RGB (Red+Green+Blue) = 38+109+80=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #266D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D50 is #D992AF. Grayscale: #545454. Windows color (decimal): -14258864 or 5270822. OLE color: 5270822.

HSL color Cylindrical-coordinate representation of color #266D50: hue angle of 155.49º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D50 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB3810980-
CMYK0.6500.270.57
HSL155.49º48.3%28.82%-
HSV(B)155.49º65.14%42.75%-
XYZ7.7211.939.49-
YUV84.46125.4894.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 109 (42.97% from 255) = 48.02%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=16.74%
G=48.02%
B=35.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal38109800.6500.270.57155.4948.328.82
Hex266D504101B399b301d
Octal46155120101033712336035
Binary1001101101101101000010000010110111110011001101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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