#18865B

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

Shades of Deep Sea #18865B

Tints of Deep Sea #18865B

Color information

#18865B (or 0x18865B) is unknown color: approx Deep Sea. HEX triplet: 18, 86 and 5B. RGB value is (24,134,91). Sum of RGB (Red+Green+Blue) = 24+134+91=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #18865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18865B is #E779A4. Grayscale: #606060. Windows color (decimal): -15169957 or 5998104. OLE color: 5998104.

HSL color Cylindrical-coordinate representation of color #18865B: hue angle of 156.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18865B is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB2413491-
CMYK0.8200.320.47
HSL156.55º69.62%30.98%-
HSV(B)156.55º82.09%52.55%-
XYZ10.791812.8-
YUV96.21125.0676.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 134 (52.73% from 255) = 53.82%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=9.64%
G=53.82%
B=36.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24134910.8200.320.47156.5569.6230.98
Hex18865B520202F9d461f
Octal302061331220405723510637
Binary110001000011010110111010010010000010111110011101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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