#184952

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

Shades of Teal Blue #184952

Tints of Teal Blue #184952

Color information

#184952 (or 0x184952) is unknown color: approx Teal Blue. HEX triplet: 18, 49 and 52. RGB value is (24,73,82). Sum of RGB (Red+Green+Blue) = 24+73+82=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 73 (28.91% from 255 or 40.78% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #184952 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184952 is #E7B6AD. Grayscale: #3B3B3B. Windows color (decimal): -15185582 or 5392664. OLE color: 5392664.

HSL color Cylindrical-coordinate representation of color #184952: hue angle of 189.31º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #184952 is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB247382-
CMYK0.710.1100.68
HSL189.31º54.72%20.78%-
HSV(B)189.31º70.73%32.16%-
XYZ4.285.578.83-
YUV59.38140.77102.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 73 (28.91% from 255) = 40.78%
BLUE value IS 82 (32.42% from 255) = 45.81%
R=13.41%
G=40.78%
B=45.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2473820.710.1100.68189.3154.7220.78
Hex18495247B044bd3715
Octal301111221071301042756725
Binary110001001001101001010001111011010001001011110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184952; }

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

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

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

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

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

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

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

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