#274D53

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

Shades of Teal Blue #274D53

Tints of Teal Blue #274D53

Color information

#274D53 (or 0x274D53) is unknown color: approx Teal Blue. HEX triplet: 27, 4D and 53. RGB value is (39,77,83). Sum of RGB (Red+Green+Blue) = 39+77+83=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #274D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D53 is #D8B2AC. Grayscale: #424242. Windows color (decimal): -14201517 or 5459239. OLE color: 5459239.

HSL color Cylindrical-coordinate representation of color #274D53: hue angle of 188.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #274D53 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB397783-
CMYK0.530.0700.67
HSL188.18º36.07%23.92%-
HSV(B)188.18º53.01%32.55%-
XYZ5.056.369.15-
YUV66.32137.41108.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=19.60%
G=38.69%
B=41.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3977830.530.0700.67188.1836.0723.92
Hex274D53357043bc2418
Octal4711512365701032744430
Binary10011110011011010011110101111010000111011110010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,77,83); }

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

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

 a { background-color: rgb(39,77,83); }

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

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

 span { border-color: rgb(39,77,83); }

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