Html Css Color HEX #275059 Teal Blue

📋 copy color: '#275059'

red 39 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #275059

Tints of Teal Blue #275059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.46%

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

R = 18.75%
G = 38.46%
B = 42.79%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#275059 (or 0x275059) is known color: Teal Blue. HEX triplet: 27, 50 and 59. RGB value is (39,80,89). Sum of RGB (Red+Green+Blue) = 39+80+89=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #275059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275059 is #D8AFA6. Grayscale: #444444. Windows color (decimal): -14200743 or 5853223. OLE color: 5853223.

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

Color convert

RGB 39 80 89 -
CMYK 0.56 0.10 0 0.65
HSL 190.8º 0.39% 0.25% -
HSV(B) 190.8º 0.56% 0.35% -
XYZ 5.51 6.89 10.49 -
YUV 68.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 39 80 89 0.56 0.10 0 0.65 190.8 0.39 0.25
Hex 27 50 59 38 A 0 41 BF 27 19
Octal 47 120 131 70 12 0 101 277 47 31
Binary 100111 1010000 1011001 111000 1010 0 1000001 10111111 100111 11001

Color Harmonies of #275059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275059

Black with #275059

Text Example


Text Example

White with #275059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275059; }

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

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

background-color css

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

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

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

border-color css

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

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

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