Html Css Color HEX #285159 Teal Blue

📋 copy color: '#285159'

red 40 ◦ green 81 ◦ blue 89

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

Shades of Teal Blue #285159

Tints of Teal Blue #285159

RGB

 RED value IS 40 (16.02% from 255) = 19.05%

 GREEN value IS 81 (32.03% from 255) = 38.57%

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

R = 19.05%
G = 38.57%
B = 42.38%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#285159 (or 0x285159) is known color: Teal Blue. HEX triplet: 28, 51 and 59. RGB value is (40,81,89). Sum of RGB (Red+Green+Blue) = 40+81+89=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 81 (32.03% from 255 or 38.57% 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 #285159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285159 is #D7AEA6. Grayscale: #454545. Windows color (decimal): -14134951 or 5853480. OLE color: 5853480.

HSL color Cylindrical-coordinate representation of color #285159: hue angle of 189.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285159 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 81 89 -
CMYK 0.55 0.09 0 0.65
HSL 189.8º 0.38% 0.25% -
HSV(B) 189.8º 0.55% 0.35% -
XYZ 5.62 7.06 10.52 -
YUV 69.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 40 81 89 0.55 0.09 0 0.65 189.8 0.38 0.25
Hex 28 51 59 37 9 0 41 BE 26 19
Octal 50 121 131 67 11 0 101 276 46 31
Binary 101000 1010001 1011001 110111 1001 0 1000001 10111110 100110 11001

Color Harmonies of #285159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285159

Black with #285159

Text Example


Text Example

White with #285159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285159; }

 p { color: rgb(40,81,89); }

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

background-color css

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

 a { background-color: rgb(40,81,89); }

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

border-color css

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

 span { border-color: rgb(40,81,89); }

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