#185261

Color #185261 Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #185261

Tints of Teal Blue #185261

Color information

#185261 (or 0x185261) is unknown color: approx Teal Blue. HEX triplet: 18, 52 and 61. RGB value is (24,82,97). Sum of RGB (Red+Green+Blue) = 24+82+97=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #185261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185261 is #E7AD9E. Grayscale: #424242. Windows color (decimal): -15183263 or 6378008. OLE color: 6378008.

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

Color convert

RGB248297-
CMYK0.750.1500.62
HSL192.33º60.33%23.73%-
HSV(B)192.33º75.26%38.04%-
XYZ5.557.0912.39-
YUV66.37145.2897.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=11.82%
G=40.39%
B=47.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2482970.750.1500.62192.3360.3323.73
Hex1852614BF03Ec03c18
Octal30122141113170763007430
Binary11000101001011000011001011111101111101100000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185261; }

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

 H1.HeaderClassName
 {
   color: #185261;
 }
 .AnyTagClassName
 {
   color: #185261;
 }
</style>
background-color css

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

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

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

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

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

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