Html Css Color HEX #18735C Deep Sea

📋 copy color: '#18735C'

red 24 ◦ green 115 ◦ blue 92

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

Shades of Deep Sea #18735C

Tints of Deep Sea #18735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 10.39%
G = 49.78%
B = 39.83%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#18735C (or 0x18735C) is known color: Deep Sea. HEX triplet: 18, 73 and 5C. RGB value is (24,115,92). Sum of RGB (Red+Green+Blue) = 24+115+92=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #18735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735C is #E78CA3. Grayscale: #555555. Windows color (decimal): -15174820 or 6058776. OLE color: 6058776.

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

Color convert

RGB 24 115 92 -
CMYK 0.79 0 0.20 0.55
HSL 164.84º 0.65% 0.27% -
HSV(B) 164.84º 0.79% 0.45% -
XYZ 8.44 13.23 12.23 -
YUV 85.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 24 115 92 0.79 0 0.20 0.55 164.84 0.65 0.27
Hex 18 73 5C 4F 0 14 37 A5 41 1B
Octal 30 163 134 117 0 24 67 245 101 33
Binary 11000 1110011 1011100 1001111 0 10100 110111 10100101 1000001 11011

Color Harmonies of #18735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18735C

Black with #18735C

Text Example


Text Example

White with #18735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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