Html Css Color HEX #18725D Deep Sea

📋 copy color: '#18725D'

red 24 ◦ green 114 ◦ blue 93

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

Shades of Deep Sea #18725D

Tints of Deep Sea #18725D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.35%

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

R = 10.39%
G = 49.35%
B = 40.26%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#18725D (or 0x18725D) is known color: Deep Sea. HEX triplet: 18, 72 and 5D. RGB value is (24,114,93). Sum of RGB (Red+Green+Blue) = 24+114+93=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #18725D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18725D is #E78DA2. Grayscale: #545454. Windows color (decimal): -15175075 or 6124056. OLE color: 6124056.

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

Color convert

RGB 24 114 93 -
CMYK 0.79 0 0.18 0.55
HSL 166º 0.65% 0.27% -
HSV(B) 166º 0.79% 0.45% -
XYZ 8.37 13.02 12.43 -
YUV 84.7 132.68 84.71 -
System Red Green Blue C M Y K H S L
Decimal 24 114 93 0.79 0 0.18 0.55 166 0.65 0.27
Hex 18 72 5D 4F 0 12 37 A6 41 1B
Octal 30 162 135 117 0 22 67 246 101 33
Binary 11000 1110010 1011101 1001111 0 10010 110111 10100110 1000001 11011

Color Harmonies of #18725D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18725D

Black with #18725D

Text Example


Text Example

White with #18725D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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