#27555C

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

Shades of Teal Blue #27555C

Tints of Teal Blue #27555C

Color information

#27555C (or 0x27555C) is unknown color: approx Teal Blue. HEX triplet: 27, 55 and 5C. RGB value is (39,85,92). Sum of RGB (Red+Green+Blue) = 39+85+92=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #27555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27555C is #D8AAA3. Grayscale: #474747. Windows color (decimal): -14199460 or 6051111. OLE color: 6051111.

HSL color Cylindrical-coordinate representation of color #27555C: hue angle of 187.92º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27555C is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB398592-
CMYK0.580.0800.64
HSL187.92º40.46%25.69%-
HSV(B)187.92º57.61%36.08%-
XYZ6.027.711.29-
YUV72.04139.26104.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.06%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=18.06%
G=39.35%
B=42.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3985920.580.0800.64187.9240.4625.69
Hex27555C3A8040bc281a
Octal47125134721001002745032
Binary100111101010110111001110101000010000001011110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27555C; }

 p { color: rgb(39,85,92); }

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

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

 a { background-color: rgb(39,85,92); }

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

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

 span { border-color: rgb(39,85,92); }

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