#18825E

Color #18825E Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #18825E

Tints of Deep Sea #18825E

Color information

#18825E (or 0x18825E) is unknown color: approx Deep Sea. HEX triplet: 18, 82 and 5E. RGB value is (24,130,94). Sum of RGB (Red+Green+Blue) = 24+130+94=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #18825E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18825E is #E77DA1. Grayscale: #5E5E5E. Windows color (decimal): -15170978 or 6193688. OLE color: 6193688.

HSL color Cylindrical-coordinate representation of color #18825E: hue angle of 159.62º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18825E is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB2413094-
CMYK0.8200.280.49
HSL159.62º68.83%30.2%-
HSV(B)159.62º81.54%50.98%-
XYZ10.3816.9713.32-
YUV94.2127.8877.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 130 (51.17% from 255) = 52.42%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=9.68%
G=52.42%
B=37.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24130940.8200.280.49159.6268.8330.2
Hex18825E5201C31a0451e
Octal302021361220346124010536
Binary11000100000101011110101001001110011000110100000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18825E; }

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

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

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

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

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

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

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

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