#275259

Color #275259 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #275259

Tints of Teal Blue #275259

Color information

#275259 (or 0x275259) is unknown color: approx Teal Blue. HEX triplet: 27, 52 and 59. RGB value is (39,82,89). Sum of RGB (Red+Green+Blue) = 39+82+89=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #275259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275259 is #D8ADA6. Grayscale: #454545. Windows color (decimal): -14200231 or 5853735. OLE color: 5853735.

HSL color Cylindrical-coordinate representation of color #275259: hue angle of 188.4º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275259 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB398289-
CMYK0.560.0800.65
HSL188.4º39.06%25.1%-
HSV(B)188.4º56.18%34.9%-
XYZ5.667.1910.54-
YUV69.94138.75105.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 82 (32.42% from 255) = 39.05%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=18.57%
G=39.05%
B=42.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3982890.560.0800.65188.439.0625.1
Hex275259388041bc2719
Octal47122131701001012744731
Binary100111101001010110011110001000010000011011110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275259; }

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

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

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

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

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

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

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

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