Html Css Color HEX #115261 Teal Blue

📋 copy color: '#115261'

red 17 ◦ green 82 ◦ blue 97

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

Shades of Teal Blue #115261

Tints of Teal Blue #115261

RGB

 RED value IS 17 (7.03% from 255) = 8.67%

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

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

R = 8.67%
G = 41.84%
B = 49.49%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#115261 (or 0x115261) is known color: Teal Blue. HEX triplet: 11, 52 and 61. RGB value is (17,82,97). Sum of RGB (Red+Green+Blue) = 17+82+97=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #115261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115261 is #EEAD9E. Grayscale: #404040. Windows color (decimal): -15642015 or 6378001. OLE color: 6378001.

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

Color convert

RGB 17 82 97 -
CMYK 0.82 0.15 0 0.62
HSL 191.25º 0.7% 0.22% -
HSV(B) 191.25º 0.82% 0.38% -
XYZ 5.41 7.02 12.38 -
YUV 64.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 17 82 97 0.82 0.15 0 0.62 191.25 0.7 0.22
Hex 11 52 61 52 F 0 3E BF 46 16
Octal 21 122 141 122 17 0 76 277 106 26
Binary 10001 1010010 1100001 1010010 1111 0 111110 10111111 1000110 10110

Color Harmonies of #115261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115261

Black with #115261

Text Example


Text Example

White with #115261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115261; }

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

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

background-color css

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

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

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

border-color css

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

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

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