#18735A

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

Shades of Deep Sea #18735A

Tints of Deep Sea #18735A

Color information

#18735A (or 0x18735A) is unknown color: approx Deep Sea. HEX triplet: 18, 73 and 5A. RGB value is (24,115,90). Sum of RGB (Red+Green+Blue) = 24+115+90=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #18735A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735A is #E78CA5. Grayscale: #545454. Windows color (decimal): -15174822 or 5927704. OLE color: 5927704.

HSL color Cylindrical-coordinate representation of color #18735A: hue angle of 163.52º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18735A is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB2411590-
CMYK0.7900.220.55
HSL163.52º65.47%27.25%-
HSV(B)163.52º79.13%45.1%-
XYZ8.3513.1911.78-
YUV84.94130.8584.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 115 (45.31% from 255) = 50.22%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=10.48%
G=50.22%
B=39.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24115900.7900.220.55163.5265.4727.25
Hex18735A4F01637a4411b
Octal301631321170266724410133
Binary1100011100111011010100111101011011011110100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18735A; }

 p { color: rgb(24,115,90); }

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

<style>
 a { background-color: #18735A; }

 a { background-color: rgb(24,115,90); }

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

<style>
 span { border-color: #18735A; }

 span { border-color: rgb(24,115,90); }

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