Html Css Color HEX #275259 Teal Blue

📋 copy color: '#275259'

red 39 ◦ green 82 ◦ blue 89

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

Shades of Teal Blue #275259

Tints of Teal Blue #275259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

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

R = 18.57%
G = 39.05%
B = 42.38%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#275259 (or 0x275259) is known color: Teal Blue. HEX triplet: 27, 52 and 59. RGB value is (39,82,89). Sum of RGB (Red+Green+Blue) = 39+82+89=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #275259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275259 is #D8ADA6. Grayscale: #454545. Windows color (decimal): -14200231 or 5853735. OLE color: 5853735.

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

Color convert

RGB 39 82 89 -
CMYK 0.56 0.08 0 0.65
HSL 188.4º 0.39% 0.25% -
HSV(B) 188.4º 0.56% 0.35% -
XYZ 5.66 7.19 10.54 -
YUV 69.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 39 82 89 0.56 0.08 0 0.65 188.4 0.39 0.25
Hex 27 52 59 38 8 0 41 BC 27 19
Octal 47 122 131 70 10 0 101 274 47 31
Binary 100111 1010010 1011001 111000 1000 0 1000001 10111100 100111 11001

Color Harmonies of #275259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275259

Black with #275259

Text Example


Text Example

White with #275259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275259; }

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

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

background-color css

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

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

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

border-color css

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

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

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