#275961

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

Shades of Teal Blue #275961

Tints of Teal Blue #275961

Color information

#275961 (or 0x275961) is unknown color: approx Teal Blue. HEX triplet: 27, 59 and 61. RGB value is (39,89,97). Sum of RGB (Red+Green+Blue) = 39+89+97=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #275961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275961 is #D8A69E. Grayscale: #4A4A4A. Windows color (decimal): -14198431 or 6379815. OLE color: 6379815.

HSL color Cylindrical-coordinate representation of color #275961: hue angle of 188.28º 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 #275961 is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB398997-
CMYK0.600.0800.62
HSL188.28º42.65%26.67%-
HSV(B)188.28º59.79%38.04%-
XYZ6.578.4412.59-
YUV74.96140.44102.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=17.33%
G=39.56%
B=43.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3989970.600.0800.62188.2842.6526.67
Hex2759613C803Ebc2b1b
Octal4713114174100762745333
Binary10011110110011100001111100100001111101011110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275961; }

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

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

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

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

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

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

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

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