Html Css Color HEX #18725E Deep Sea

📋 copy color: '#18725E'

red 24 ◦ green 114 ◦ blue 94

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

Shades of Deep Sea #18725E

Tints of Deep Sea #18725E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.52%

R = 10.34%
G = 49.14%
B = 40.52%

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

#18725E (or 0x18725E) is known color: Deep Sea. HEX triplet: 18, 72 and 5E. RGB value is (24,114,94). Sum of RGB (Red+Green+Blue) = 24+114+94=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #18725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18725E is #E78DA1. Grayscale: #545454. Windows color (decimal): -15175074 or 6189592. OLE color: 6189592.

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

Color convert

RGB 24 114 94 -
CMYK 0.79 0 0.18 0.55
HSL 166.67º 0.65% 0.27% -
HSV(B) 166.67º 0.79% 0.45% -
XYZ 8.41 13.04 12.66 -
YUV 84.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 24 114 94 0.79 0 0.18 0.55 166.67 0.65 0.27
Hex 18 72 5E 4F 0 12 37 A7 41 1B
Octal 30 162 136 117 0 22 67 247 101 33
Binary 11000 1110010 1011110 1001111 0 10010 110111 10100111 1000001 11011

Color Harmonies of #18725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18725E

Black with #18725E

Text Example


Text Example

White with #18725E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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