Html Css Color HEX #255159 Teal Blue

📋 copy color: '#255159'

red 37 ◦ green 81 ◦ blue 89

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

Shades of Teal Blue #255159

Tints of Teal Blue #255159

RGB

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

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

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

R = 17.87%
G = 39.13%
B = 43%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255159 (or 0x255159) is known color: Teal Blue. HEX triplet: 25, 51 and 59. RGB value is (37,81,89). Sum of RGB (Red+Green+Blue) = 37+81+89=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #255159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255159 is #DAAEA6. Grayscale: #444444. Windows color (decimal): -14331559 or 5853477. OLE color: 5853477.

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

Color convert

RGB 37 81 89 -
CMYK 0.58 0.09 0 0.65
HSL 189.23º 0.41% 0.25% -
HSV(B) 189.23º 0.58% 0.35% -
XYZ 5.51 7 10.51 -
YUV 68.76 139.42 105.35 -
System Red Green Blue C M Y K H S L
Decimal 37 81 89 0.58 0.09 0 0.65 189.23 0.41 0.25
Hex 25 51 59 3A 9 0 41 BD 29 19
Octal 45 121 131 72 11 0 101 275 51 31
Binary 100101 1010001 1011001 111010 1001 0 1000001 10111101 101001 11001

Color Harmonies of #255159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255159

Black with #255159

Text Example


Text Example

White with #255159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255159; }

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

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

background-color css

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

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

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

border-color css

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

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

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