Html Css Color HEX #285059 Teal Blue

📋 copy color: '#285059'

red 40 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #285059

Tints of Teal Blue #285059

RGB

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

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

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

R = 19.14%
G = 38.28%
B = 42.58%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#285059 (or 0x285059) is known color: Teal Blue. HEX triplet: 28, 50 and 59. RGB value is (40,80,89). Sum of RGB (Red+Green+Blue) = 40+80+89=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #285059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285059 is #D7AFA6. Grayscale: #444444. Windows color (decimal): -14135207 or 5853224. OLE color: 5853224.

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

Color convert

RGB 40 80 89 -
CMYK 0.55 0.10 0 0.65
HSL 191.02º 0.38% 0.25% -
HSV(B) 191.02º 0.55% 0.35% -
XYZ 5.55 6.91 10.49 -
YUV 69.07 139.25 107.27 -
System Red Green Blue C M Y K H S L
Decimal 40 80 89 0.55 0.10 0 0.65 191.02 0.38 0.25
Hex 28 50 59 37 A 0 41 BF 26 19
Octal 50 120 131 67 12 0 101 277 46 31
Binary 101000 1010000 1011001 110111 1010 0 1000001 10111111 100110 11001

Color Harmonies of #285059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285059

Black with #285059

Text Example


Text Example

White with #285059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285059; }

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

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

background-color css

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

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

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

border-color css

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

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

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