#184F5D

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

Shades of Teal Blue #184F5D

Tints of Teal Blue #184F5D

Color information

#184F5D (or 0x184F5D) is unknown color: approx Teal Blue. HEX triplet: 18, 4F and 5D. RGB value is (24,79,93). Sum of RGB (Red+Green+Blue) = 24+79+93=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #184F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184F5D is #E7B0A2. Grayscale: #404040. Windows color (decimal): -15184035 or 6115096. OLE color: 6115096.

HSL color Cylindrical-coordinate representation of color #184F5D: hue angle of 192.17º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #184F5D is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB247993-
CMYK0.740.1500.64
HSL192.17º58.97%22.94%-
HSV(B)192.17º74.19%36.47%-
XYZ5.156.5811.35-
YUV64.15144.2899.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 79 (31.25% from 255) = 40.31%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=12.24%
G=40.31%
B=47.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2479930.740.1500.64192.1758.9722.94
Hex184F5D4AF040c03b17
Octal301171351121701003007327
Binary110001001111101110110010101111010000001100000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184F5D; }

 p { color: rgb(24,79,93); }

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

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

 a { background-color: rgb(24,79,93); }

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

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

 span { border-color: rgb(24,79,93); }

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