#18755B

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

Shades of Deep Sea #18755B

Tints of Deep Sea #18755B

Color information

#18755B (or 0x18755B) is unknown color: approx Deep Sea. HEX triplet: 18, 75 and 5B. RGB value is (24,117,91). Sum of RGB (Red+Green+Blue) = 24+117+91=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #18755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755B is #E78AA4. Grayscale: #565656. Windows color (decimal): -15174309 or 5993752. OLE color: 5993752.

HSL color Cylindrical-coordinate representation of color #18755B: hue angle of 163.23º 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 #18755B is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB2411791-
CMYK0.7900.220.54
HSL163.23º65.96%27.65%-
HSV(B)163.23º79.49%45.88%-
XYZ8.6313.6712.08-
YUV86.23130.6983.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.34%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=10.34%
G=50.43%
B=39.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117910.7900.220.54163.2365.9627.65
Hex18755B4F01636a3421c
Octal301651331170266624310234
Binary1100011101011011011100111101011011011010100011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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