#18584C

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

Shades of Evening Sea #18584C

Tints of Evening Sea #18584C

Color information

#18584C (or 0x18584C) is unknown color: approx Evening Sea. HEX triplet: 18, 58 and 4C. RGB value is (24,88,76). Sum of RGB (Red+Green+Blue) = 24+88+76=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #18584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18584C is #E7A7B3. Grayscale: #434343. Windows color (decimal): -15181748 or 5003288. OLE color: 5003288.

HSL color Cylindrical-coordinate representation of color #18584C: hue angle of 168.75º 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 #18584C is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB248876-
CMYK0.7300.140.65
HSL168.75º57.14%21.96%-
HSV(B)168.75º72.73%34.51%-
XYZ5.177.78.05-
YUV67.5132.896.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 76 (30.08% from 255) = 40.43%
R=12.77%
G=46.81%
B=40.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488760.7300.140.65168.7557.1421.96
Hex18584C490E41a93916
Octal301301141110161012517126
Binary110001011000100110010010010111010000011010100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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