#275059

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

Shades of Teal Blue #275059

Tints of Teal Blue #275059

Color information

#275059 (or 0x275059) is unknown color: approx Teal Blue. HEX triplet: 27, 50 and 59. RGB value is (39,80,89). Sum of RGB (Red+Green+Blue) = 39+80+89=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #275059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275059 is #D8AFA6. Grayscale: #444444. Windows color (decimal): -14200743 or 5853223. OLE color: 5853223.

HSL color Cylindrical-coordinate representation of color #275059: hue angle of 190.8º 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 #275059 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB398089-
CMYK0.560.1000.65
HSL190.8º39.06%25.1%-
HSV(B)190.8º56.18%34.9%-
XYZ5.516.8910.49-
YUV68.77139.42106.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 89 (35.16% from 255) = 42.79%
R=18.75%
G=38.46%
B=42.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3980890.560.1000.65190.839.0625.1
Hex27505938A041bf2719
Octal47120131701201012774731
Binary100111101000010110011110001010010000011011111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275059; }

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

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

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

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

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

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

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

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