#18755A

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

Shades of Deep Sea #18755A

Tints of Deep Sea #18755A

Color information

#18755A (or 0x18755A) is unknown color: approx Deep Sea. HEX triplet: 18, 75 and 5A. RGB value is (24,117,90). Sum of RGB (Red+Green+Blue) = 24+117+90=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 90 (35.55% from 255 or 38.96% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #18755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755A is #E78AA5. Grayscale: #565656. Windows color (decimal): -15174310 or 5928216. OLE color: 5928216.

HSL color Cylindrical-coordinate representation of color #18755A: hue angle of 162.58º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18755A is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB2411790-
CMYK0.7900.230.54
HSL162.58º65.96%27.65%-
HSV(B)162.58º79.49%45.88%-
XYZ8.5813.6511.86-
YUV86.12130.1983.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 117 (46.09% from 255) = 50.65%
BLUE value IS 90 (35.55% from 255) = 38.96%
R=10.39%
G=50.65%
B=38.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117900.7900.230.54162.5865.9627.65
Hex18755A4F01736a3421c
Octal301651321170276624310234
Binary1100011101011011010100111101011111011010100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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