#274D5A

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

Shades of Teal Blue #274D5A

Tints of Teal Blue #274D5A

Color information

#274D5A (or 0x274D5A) is unknown color: approx Teal Blue. HEX triplet: 27, 4D and 5A. RGB value is (39,77,90). Sum of RGB (Red+Green+Blue) = 39+77+90=206 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.93% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #274D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D5A is #D8B2A5. Grayscale: #434343. Windows color (decimal): -14201510 or 5917991. OLE color: 5917991.

HSL color Cylindrical-coordinate representation of color #274D5A: hue angle of 195.29º 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 #274D5A is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB397790-
CMYK0.570.1400.65
HSL195.29º39.53%25.29%-
HSV(B)195.29º56.67%35.29%-
XYZ5.346.4810.64-
YUV67.12140.91107.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.93%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=18.93%
G=37.38%
B=43.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3977900.570.1400.65195.2939.5325.29
Hex274D5A39E041c32819
Octal47115132711601013035031
Binary100111100110110110101110011110010000011100001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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