Html Css Color HEX #255059 Teal Blue

📋 copy color: '#255059'

red 37 ◦ green 80 ◦ blue 89

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

Shades of Teal Blue #255059

Tints of Teal Blue #255059

RGB

 RED value IS 37 (14.84% from 255) = 17.96%

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

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

R = 17.96%
G = 38.83%
B = 43.2%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255059 (or 0x255059) is known color: Teal Blue. HEX triplet: 25, 50 and 59. RGB value is (37,80,89). Sum of RGB (Red+Green+Blue) = 37+80+89=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #255059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255059 is #DAAFA6. Grayscale: #444444. Windows color (decimal): -14331815 or 5853221. OLE color: 5853221.

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

Color convert

RGB 37 80 89 -
CMYK 0.58 0.10 0 0.65
HSL 190.38º 0.41% 0.25% -
HSV(B) 190.38º 0.58% 0.35% -
XYZ 5.43 6.85 10.49 -
YUV 68.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 37 80 89 0.58 0.10 0 0.65 190.38 0.41 0.25
Hex 25 50 59 3A A 0 41 BE 29 19
Octal 45 120 131 72 12 0 101 276 51 31
Binary 100101 1010000 1011001 111010 1010 0 1000001 10111110 101001 11001

Color Harmonies of #255059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255059

Black with #255059

Text Example


Text Example

White with #255059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255059; }

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

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

background-color css

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

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

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

border-color css

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

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

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