#18775B

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

Shades of Deep Sea #18775B

Tints of Deep Sea #18775B

Color information

#18775B (or 0x18775B) is unknown color: approx Deep Sea. HEX triplet: 18, 77 and 5B. RGB value is (24,119,91). Sum of RGB (Red+Green+Blue) = 24+119+91=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #18775B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18775B is #E788A4. Grayscale: #575757. Windows color (decimal): -15173797 or 5994264. OLE color: 5994264.

HSL color Cylindrical-coordinate representation of color #18775B: hue angle of 162.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18775B is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB2411991-
CMYK0.8000.240.53
HSL162.32º66.43%28.04%-
HSV(B)162.32º79.83%46.67%-
XYZ8.8614.1412.16-
YUV87.4130.0382.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.26%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=10.26%
G=50.85%
B=38.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119910.8000.240.53162.3266.4328.04
Hex18775B5001835a2421c
Octal301671331200306524210234
Binary1100011101111011011101000001100011010110100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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