#184E5E

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

Shades of Teal Blue #184E5E

Tints of Teal Blue #184E5E

Color information

#184E5E (or 0x184E5E) is unknown color: approx Teal Blue. HEX triplet: 18, 4E and 5E. RGB value is (24,78,94). Sum of RGB (Red+Green+Blue) = 24+78+94=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 94 (37.11% from 255 or 47.96% from 196); Max value from RGB is 94 - color contains mainly: blue. Hex color #184E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184E5E is #E7B1A1. Grayscale: #3F3F3F. Windows color (decimal): -15184290 or 6180376. OLE color: 6180376.

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

Color convert

RGB247894-
CMYK0.740.1700.63
HSL193.71º59.32%23.14%-
HSV(B)193.71º74.47%36.86%-
XYZ5.126.4511.56-
YUV63.68145.1199.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 94 (37.11% from 255) = 47.96%
R=12.24%
G=39.80%
B=47.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2478940.740.1700.63193.7159.3223.14
Hex184E5E4A1103Fc23b17
Octal30116136112210773027327
Binary110001001110101111010010101000101111111100001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,78,94); }

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

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

 a { background-color: rgb(24,78,94); }

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

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

 span { border-color: rgb(24,78,94); }

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