Html Css Color HEX #255158 Teal Blue

📋 copy color: '#255158'

red 37 ◦ green 81 ◦ blue 88

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

Shades of Teal Blue #255158

Tints of Teal Blue #255158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.72%

R = 17.96%
G = 39.32%
B = 42.72%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#255158 (or 0x255158) is known color: Teal Blue. HEX triplet: 25, 51 and 58. RGB value is (37,81,88). Sum of RGB (Red+Green+Blue) = 37+81+88=206 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.96% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #255158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255158 is #DAAEA7. Grayscale: #444444. Windows color (decimal): -14331560 or 5787941. OLE color: 5787941.

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

Color convert

RGB 37 81 88 -
CMYK 0.58 0.08 0 0.65
HSL 188.24º 0.41% 0.25% -
HSV(B) 188.24º 0.58% 0.35% -
XYZ 5.47 6.98 10.29 -
YUV 68.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 37 81 88 0.58 0.08 0 0.65 188.24 0.41 0.25
Hex 25 51 58 3A 8 0 41 BC 29 19
Octal 45 121 130 72 10 0 101 274 51 31
Binary 100101 1010001 1011000 111010 1000 0 1000001 10111100 101001 11001

Color Harmonies of #255158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255158

Black with #255158

Text Example


Text Example

White with #255158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255158; }

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

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

background-color css

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

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

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

border-color css

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

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

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