#18584B

Color #18584B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #18584B

Tints of Evening Sea #18584B

Color information

#18584B (or 0x18584B) is unknown color: approx Evening Sea. HEX triplet: 18, 58 and 4B. RGB value is (24,88,75). Sum of RGB (Red+Green+Blue) = 24+88+75=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #18584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18584B is #E7A7B4. Grayscale: #434343. Windows color (decimal): -15181749 or 4937752. OLE color: 4937752.

HSL color Cylindrical-coordinate representation of color #18584B: hue angle of 167.81º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18584B is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB248875-
CMYK0.7300.150.65
HSL167.81º57.14%21.96%-
HSV(B)167.81º72.73%34.51%-
XYZ5.147.687.87-
YUV67.38132.397.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 88 (34.77% from 255) = 47.06%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=12.83%
G=47.06%
B=40.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488750.7300.150.65167.8157.1421.96
Hex18584B490F41a83916
Octal301301131110171012507126
Binary110001011000100101110010010111110000011010100011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18584B; }

 p { color: rgb(24,88,75); }

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

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

 a { background-color: rgb(24,88,75); }

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

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

 span { border-color: rgb(24,88,75); }

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