#18755F

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

Shades of Deep Sea #18755F

Tints of Deep Sea #18755F

Color information

#18755F (or 0x18755F) is unknown color: approx Deep Sea. HEX triplet: 18, 75 and 5F. RGB value is (24,117,95). Sum of RGB (Red+Green+Blue) = 24+117+95=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #18755F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18755F is #E78AA0. Grayscale: #565656. Windows color (decimal): -15174305 or 6255896. OLE color: 6255896.

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

Color convert

RGB2411795-
CMYK0.7900.190.54
HSL165.81º65.96%27.65%-
HSV(B)165.81º79.49%45.88%-
XYZ8.813.7413.02-
YUV86.68132.6983.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 117 (46.09% from 255) = 49.58%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=10.17%
G=49.58%
B=40.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117950.7900.190.54165.8165.9627.65
Hex18755F4F01336a6421c
Octal301651371170236624610234
Binary1100011101011011111100111101001111011010100110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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