Html Css Color HEX #18705D Deep Sea

📋 copy color: '#18705D'

red 24 ◦ green 112 ◦ blue 93

#18705D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #18705D

Tints of Deep Sea #18705D

RGB

 RED value IS 24 (9.77% from 255) = 10.48%

 GREEN value IS 112 (44.14% from 255) = 48.91%

 BLUE value IS 93 (36.72% from 255) = 40.61%

R = 10.48%
G = 48.91%
B = 40.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#18705D (or 0x18705D) is known color: Deep Sea. HEX triplet: 18, 70 and 5D. RGB value is (24,112,93). Sum of RGB (Red+Green+Blue) = 24+112+93=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #18705D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18705D is #E78FA2. Grayscale: #535353. Windows color (decimal): -15175587 or 6123544. OLE color: 6123544.

HSL color Cylindrical-coordinate representation of color #18705D: hue angle of 167.05º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18705D is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 93 -
CMYK 0.79 0 0.17 0.56
HSL 167.05º 0.65% 0.27% -
HSV(B) 167.05º 0.79% 0.44% -
XYZ 8.15 12.57 12.35 -
YUV 83.52 133.35 85.54 -
System Red Green Blue C M Y K H S L
Decimal 24 112 93 0.79 0 0.17 0.56 167.05 0.65 0.27
Hex 18 70 5D 4F 0 11 38 A7 41 1B
Octal 30 160 135 117 0 21 70 247 101 33
Binary 11000 1110000 1011101 1001111 0 10001 111000 10100111 1000001 11011

Color Harmonies of #18705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18705D

Black with #18705D

Text Example


Text Example

White with #18705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18705D; }

 p { color: rgb(24,112,93); }

 H1.HeaderClassName
 {
   color: #18705D;
 }
 .AnyTagClassName
 {
   color: #18705D;
 }
</style>

background-color css

<style>
 a { background-color: #18705D; }

 a { background-color: rgb(24,112,93); }

 div.DivClassName
 {
   background-color: #18705D;
 }
 .BgClassName
 {
   background-color: #18705D;
 }
</style>

border-color css

<style>
 span { border-color: #18705D; }

 span { border-color: rgb(24,112,93); }

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