#274F58

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

Shades of Teal Blue #274F58

Tints of Teal Blue #274F58

Color information

#274F58 (or 0x274F58) is unknown color: approx Teal Blue. HEX triplet: 27, 4F and 58. RGB value is (39,79,88). Sum of RGB (Red+Green+Blue) = 39+79+88=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #274F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274F58 is #D8B0A7. Grayscale: #434343. Windows color (decimal): -14201000 or 5787431. OLE color: 5787431.

HSL color Cylindrical-coordinate representation of color #274F58: hue angle of 191.02º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #274F58 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB397988-
CMYK0.560.1000.65
HSL191.02º38.58%24.9%-
HSV(B)191.02º55.68%34.51%-
XYZ5.396.7310.25-
YUV68.07139.25107.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 88 (34.77% from 255) = 42.72%
R=18.93%
G=38.35%
B=42.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3979880.560.1000.65191.0238.5824.9
Hex274F5838A041bf2719
Octal47117130701201012774731
Binary100111100111110110001110001010010000011011111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274F58; }

 p { color: rgb(39,79,88); }

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

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

 a { background-color: rgb(39,79,88); }

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

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

 span { border-color: rgb(39,79,88); }

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