#27525A

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

Shades of Teal Blue #27525A

Tints of Teal Blue #27525A

Color information

#27525A (or 0x27525A) is unknown color: approx Teal Blue. HEX triplet: 27, 52 and 5A. RGB value is (39,82,90). Sum of RGB (Red+Green+Blue) = 39+82+90=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #27525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27525A is #D8ADA5. Grayscale: #454545. Windows color (decimal): -14200230 or 5919271. OLE color: 5919271.

HSL color Cylindrical-coordinate representation of color #27525A: hue angle of 189.41º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #27525A is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB398290-
CMYK0.570.0900.65
HSL189.41º39.53%25.29%-
HSV(B)189.41º56.67%35.29%-
XYZ5.77.210.76-
YUV70.06139.25105.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=18.48%
G=38.86%
B=42.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3982900.570.0900.65189.4139.5325.29
Hex27525A399041bd2819
Octal47122132711101012755031
Binary100111101001010110101110011001010000011011110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27525A; }

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

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

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

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

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

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

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

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