#185461

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

Shades of Teal Blue #185461

Tints of Teal Blue #185461

Color information

#185461 (or 0x185461) is unknown color: approx Teal Blue. HEX triplet: 18, 54 and 61. RGB value is (24,84,97). Sum of RGB (Red+Green+Blue) = 24+84+97=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #185461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185461 is #E7AB9E. Grayscale: #434343. Windows color (decimal): -15182751 or 6378520. OLE color: 6378520.

HSL color Cylindrical-coordinate representation of color #185461: hue angle of 190.68º 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 #185461 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB248497-
CMYK0.750.1300.62
HSL190.68º60.33%23.73%-
HSV(B)190.68º75.26%38.04%-
XYZ5.77.412.44-
YUV67.54144.6296.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 84 (33.20% from 255) = 40.98%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=11.71%
G=40.98%
B=47.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2484970.750.1300.62190.6860.3323.73
Hex1854614BD03Ebf3c18
Octal30124141113150762777430
Binary11000101010011000011001011110101111101011111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185461; }

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

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

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

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

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

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

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

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