#185360

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

Shades of Teal Blue #185360

Tints of Teal Blue #185360

Color information

#185360 (or 0x185360) is unknown color: approx Teal Blue. HEX triplet: 18, 53 and 60. RGB value is (24,83,96). Sum of RGB (Red+Green+Blue) = 24+83+96=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #185360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185360 is #E7AC9F. Grayscale: #424242. Windows color (decimal): -15183008 or 6312728. OLE color: 6312728.

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

Color convert

RGB248396-
CMYK0.750.1400.62
HSL190.83º60%23.53%-
HSV(B)190.83º75%37.65%-
XYZ5.587.2312.17-
YUV66.84144.4597.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 83 (32.81% from 255) = 40.89%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=11.82%
G=40.89%
B=47.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2483960.750.1400.62190.836023.53
Hex1853604BE03Ebf3c18
Octal30123140113160762777430
Binary11000101001111000001001011111001111101011111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185360; }

 p { color: rgb(24,83,96); }

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

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

 a { background-color: rgb(24,83,96); }

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

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

 span { border-color: rgb(24,83,96); }

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