#18845B

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

Shades of Deep Sea #18845B

Tints of Deep Sea #18845B

Color information

#18845B (or 0x18845B) is unknown color: approx Deep Sea. HEX triplet: 18, 84 and 5B. RGB value is (24,132,91). Sum of RGB (Red+Green+Blue) = 24+132+91=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #18845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18845B is #E77BA4. Grayscale: #5F5F5F. Windows color (decimal): -15170469 or 5997592. OLE color: 5997592.

HSL color Cylindrical-coordinate representation of color #18845B: hue angle of 157.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18845B is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB2413291-
CMYK0.8200.310.48
HSL157.22º69.23%30.59%-
HSV(B)157.22º81.82%51.76%-
XYZ10.5217.4512.71-
YUV95.03125.7277.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.72%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=9.72%
G=53.44%
B=36.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24132910.8200.310.48157.2269.2330.59
Hex18845B5201F309d451f
Octal302041331220376023510537
Binary11000100001001011011101001001111111000010011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,132,91); }

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

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

 a { background-color: rgb(24,132,91); }

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

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

 span { border-color: rgb(24,132,91); }

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