#276252

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

Shades of Evening Sea #276252

Tints of Evening Sea #276252

Color information

#276252 (or 0x276252) is unknown color: approx Evening Sea. HEX triplet: 27, 62 and 52. RGB value is (39,98,82). Sum of RGB (Red+Green+Blue) = 39+98+82=219 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.81% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #276252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276252 is #D89DAD. Grayscale: #4E4E4E. Windows color (decimal): -14196142 or 5399079. OLE color: 5399079.

HSL color Cylindrical-coordinate representation of color #276252: hue angle of 163.73º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #276252 is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB399882-
CMYK0.6000.160.62
HSL163.73º43.07%26.86%-
HSV(B)163.73º60.2%38.43%-
XYZ6.739.789.52-
YUV78.54129.9599.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.81%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=17.81%
G=44.75%
B=37.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3998820.6000.160.62163.7343.0726.86
Hex2762523C0103Ea42b1b
Octal4714212274020762445333
Binary100111110001010100101111000100001111101010010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276252; }

 p { color: rgb(39,98,82); }

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

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

 a { background-color: rgb(39,98,82); }

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

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

 span { border-color: rgb(39,98,82); }

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