Html Css Color HEX #274D59 Teal Blue

📋 copy color: '#274D59'

red 39 ◦ green 77 ◦ blue 89

#274D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #274D59

Tints of Teal Blue #274D59

RGB

 RED value IS 39 (15.63% from 255) = 19.02%

 GREEN value IS 77 (30.47% from 255) = 37.56%

 BLUE value IS 89 (35.16% from 255) = 43.41%

R = 19.02%
G = 37.56%
B = 43.41%

CMYK

 C value IS 0.56

 M value IS 0.13

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274D59 (or 0x274D59) is known color: Teal Blue. HEX triplet: 27, 4D and 59. RGB value is (39,77,89). Sum of RGB (Red+Green+Blue) = 39+77+89=205 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.02% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #274D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #274D59 is #D8B2A6. Grayscale: #424242. Windows color (decimal): -14201511 or 5852455. OLE color: 5852455.

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

Color convert

RGB 39 77 89 -
CMYK 0.56 0.13 0 0.65
HSL 194.4º 0.39% 0.25% -
HSV(B) 194.4º 0.56% 0.35% -
XYZ 5.29 6.46 10.42 -
YUV 67.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 39 77 89 0.56 0.13 0 0.65 194.4 0.39 0.25
Hex 27 4D 59 38 D 0 41 C2 27 19
Octal 47 115 131 70 15 0 101 302 47 31
Binary 100111 1001101 1011001 111000 1101 0 1000001 11000010 100111 11001

Color Harmonies of #274D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274D59

Black with #274D59

Text Example


Text Example

White with #274D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #274D59;
 }
 .AnyTagClassName
 {
   color: #274D59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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