Html Css Color HEX #18735F Deep Sea

📋 copy color: '#18735F'

red 24 ◦ green 115 ◦ blue 95

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

Shades of Deep Sea #18735F

Tints of Deep Sea #18735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.15%

 BLUE value IS 95 (37.5% from 255) = 40.6%

R = 10.26%
G = 49.15%
B = 40.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#18735F (or 0x18735F) is known color: Deep Sea. HEX triplet: 18, 73 and 5F. RGB value is (24,115,95). Sum of RGB (Red+Green+Blue) = 24+115+95=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #18735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735F is #E78CA0. Grayscale: #555555. Windows color (decimal): -15174817 or 6255384. OLE color: 6255384.

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

Color convert

RGB 24 115 95 -
CMYK 0.79 0 0.17 0.55
HSL 166.81º 0.65% 0.27% -
HSV(B) 166.81º 0.79% 0.45% -
XYZ 8.57 13.28 12.94 -
YUV 85.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 24 115 95 0.79 0 0.17 0.55 166.81 0.65 0.27
Hex 18 73 5F 4F 0 11 37 A7 41 1B
Octal 30 163 137 117 0 21 67 247 101 33
Binary 11000 1110011 1011111 1001111 0 10001 110111 10100111 1000001 11011

Color Harmonies of #18735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18735F

Black with #18735F

Text Example


Text Example

White with #18735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18735F;
 }
 .AnyTagClassName
 {
   color: #18735F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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