#275056

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

Shades of Teal Blue #275056

Tints of Teal Blue #275056

Color information

#275056 (or 0x275056) is unknown color: approx Teal Blue. HEX triplet: 27, 50 and 56. RGB value is (39,80,86). Sum of RGB (Red+Green+Blue) = 39+80+86=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #275056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275056 is #D8AFA9. Grayscale: #444444. Windows color (decimal): -14200746 or 5656615. OLE color: 5656615.

HSL color Cylindrical-coordinate representation of color #275056: hue angle of 187.66º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275056 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB398086-
CMYK0.550.0700.66
HSL187.66º37.6%24.51%-
HSV(B)187.66º54.65%33.73%-
XYZ5.396.849.84-
YUV68.42137.92107.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.02%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=19.02%
G=39.02%
B=41.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3980860.550.0700.66187.6637.624.51
Hex275056377042bc2619
Octal4712012667701022744631
Binary10011110100001010110110111111010000101011110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275056; }

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

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

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

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

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

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

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

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