Html Css Color HEX #155261 Teal Blue

📋 copy color: '#155261'

red 21 ◦ green 82 ◦ blue 97

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

Shades of Teal Blue #155261

Tints of Teal Blue #155261

RGB

 RED value IS 21 (8.59% from 255) = 10.5%

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 10.5%
G = 41%
B = 48.5%

CMYK

 C value IS 0.78

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#155261 (or 0x155261) is known color: Teal Blue. HEX triplet: 15, 52 and 61. RGB value is (21,82,97). Sum of RGB (Red+Green+Blue) = 21+82+97=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #155261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155261 is #EAAD9E. Grayscale: #414141. Windows color (decimal): -15379871 or 6378005. OLE color: 6378005.

HSL color Cylindrical-coordinate representation of color #155261: hue angle of 191.84º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155261 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 82 97 -
CMYK 0.78 0.15 0 0.62
HSL 191.84º 0.64% 0.23% -
HSV(B) 191.84º 0.78% 0.38% -
XYZ 5.48 7.06 12.38 -
YUV 65.47 145.79 96.28 -
System Red Green Blue C M Y K H S L
Decimal 21 82 97 0.78 0.15 0 0.62 191.84 0.64 0.23
Hex 15 52 61 4E F 0 3E C0 40 17
Octal 25 122 141 116 17 0 76 300 100 27
Binary 10101 1010010 1100001 1001110 1111 0 111110 11000000 1000000 10111

Color Harmonies of #155261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155261

Black with #155261

Text Example


Text Example

White with #155261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155261; }

 p { color: rgb(21,82,97); }

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

background-color css

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

 a { background-color: rgb(21,82,97); }

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

border-color css

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

 span { border-color: rgb(21,82,97); }

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