Html Css Color HEX #18735D Deep Sea

📋 copy color: '#18735D'

red 24 ◦ green 115 ◦ blue 93

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

Shades of Deep Sea #18735D

Tints of Deep Sea #18735D

RGB

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

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

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

R = 10.34%
G = 49.57%
B = 40.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#18735D (or 0x18735D) is known color: Deep Sea. HEX triplet: 18, 73 and 5D. RGB value is (24,115,93). Sum of RGB (Red+Green+Blue) = 24+115+93=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #18735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735D is #E78CA2. Grayscale: #555555. Windows color (decimal): -15174819 or 6124312. OLE color: 6124312.

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

Color convert

RGB 24 115 93 -
CMYK 0.79 0 0.19 0.55
HSL 165.49º 0.65% 0.27% -
HSV(B) 165.49º 0.79% 0.45% -
XYZ 8.48 13.25 12.47 -
YUV 85.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 24 115 93 0.79 0 0.19 0.55 165.49 0.65 0.27
Hex 18 73 5D 4F 0 13 37 A5 41 1B
Octal 30 163 135 117 0 23 67 245 101 33
Binary 11000 1110011 1011101 1001111 0 10011 110111 10100101 1000001 11011

Color Harmonies of #18735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18735D

Black with #18735D

Text Example


Text Example

White with #18735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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