#255056

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

Shades of Teal Blue #255056

Tints of Teal Blue #255056

Color information

#255056 (or 0x255056) is unknown color: approx Teal Blue. HEX triplet: 25, 50 and 56. RGB value is (37,80,86). Sum of RGB (Red+Green+Blue) = 37+80+86=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #255056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255056 is #DAAFA9. Grayscale: #434343. Windows color (decimal): -14331818 or 5656613. OLE color: 5656613.

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

Color convert

RGB378086-
CMYK0.570.0700.66
HSL187.35º39.84%24.12%-
HSV(B)187.35º56.98%33.73%-
XYZ5.316.89.84-
YUV67.83138.25106.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.23%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 86 (33.98% from 255) = 42.36%
R=18.23%
G=39.41%
B=42.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3780860.570.0700.66187.3539.8424.12
Hex255056397042bb2818
Octal4512012671701022735030
Binary10010110100001010110111001111010000101011101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255056; }

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

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

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

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

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

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

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

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