Html Css Color HEX #18725F Deep Sea

📋 copy color: '#18725F'

red 24 ◦ green 114 ◦ blue 95

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

Shades of Deep Sea #18725F

Tints of Deep Sea #18725F

RGB

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

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

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

R = 10.3%
G = 48.93%
B = 40.77%

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

#18725F (or 0x18725F) is known color: Deep Sea. HEX triplet: 18, 72 and 5F. RGB value is (24,114,95). Sum of RGB (Red+Green+Blue) = 24+114+95=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #18725F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18725F is #E78DA0. Grayscale: #545454. Windows color (decimal): -15175073 or 6255128. OLE color: 6255128.

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

Color convert

RGB 24 114 95 -
CMYK 0.79 0 0.17 0.55
HSL 167.33º 0.65% 0.27% -
HSV(B) 167.33º 0.79% 0.45% -
XYZ 8.46 13.06 12.9 -
YUV 84.92 133.68 84.54 -
System Red Green Blue C M Y K H S L
Decimal 24 114 95 0.79 0 0.17 0.55 167.33 0.65 0.27
Hex 18 72 5F 4F 0 11 37 A7 41 1B
Octal 30 162 137 117 0 21 67 247 101 33
Binary 11000 1110010 1011111 1001111 0 10001 110111 10100111 1000001 11011

Color Harmonies of #18725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18725F

Black with #18725F

Text Example


Text Example

White with #18725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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