#274953

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

Shades of Teal Blue #274953

Tints of Teal Blue #274953

Color information

#274953 (or 0x274953) is unknown color: approx Teal Blue. HEX triplet: 27, 49 and 53. RGB value is (39,73,83). Sum of RGB (Red+Green+Blue) = 39+73+83=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #274953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274953 is #D8B6AC. Grayscale: #3F3F3F. Windows color (decimal): -14202541 or 5458215. OLE color: 5458215.

HSL color Cylindrical-coordinate representation of color #274953: hue angle of 193.64º 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 #274953 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB397383-
CMYK0.530.1200.67
HSL193.64º36.07%23.92%-
HSV(B)193.64º53.01%32.55%-
XYZ4.785.829.06-
YUV63.97138.74110.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=20%
G=37.44%
B=42.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3973830.530.1200.67193.6436.0723.92
Hex27495335C043c22418
Octal47111123651401033024430
Binary100111100100110100111101011100010000111100001010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274953; }

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

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

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

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

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

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

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

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