Html Css Color HEX #274C59 Teal Blue

📋 copy color: '#274C59'

red 39 ◦ green 76 ◦ blue 89

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

Shades of Teal Blue #274C59

Tints of Teal Blue #274C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 37.25%

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

R = 19.12%
G = 37.25%
B = 43.63%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#274C59 (or 0x274C59) is known color: Teal Blue. HEX triplet: 27, 4C and 59. RGB value is (39,76,89). Sum of RGB (Red+Green+Blue) = 39+76+89=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #274C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274C59 is #D8B3A6. Grayscale: #424242. Windows color (decimal): -14201767 or 5852199. OLE color: 5852199.

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

Color convert

RGB 39 76 89 -
CMYK 0.56 0.15 0 0.65
HSL 195.6º 0.39% 0.25% -
HSV(B) 195.6º 0.56% 0.35% -
XYZ 5.22 6.32 10.4 -
YUV 66.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 39 76 89 0.56 0.15 0 0.65 195.6 0.39 0.25
Hex 27 4C 59 38 F 0 41 C4 27 19
Octal 47 114 131 70 17 0 101 304 47 31
Binary 100111 1001100 1011001 111000 1111 0 1000001 11000100 100111 11001

Color Harmonies of #274C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274C59

Black with #274C59

Text Example


Text Example

White with #274C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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