Html Css Color HEX #18745C Deep Sea

📋 copy color: '#18745C'

red 24 ◦ green 116 ◦ blue 92

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

Shades of Deep Sea #18745C

Tints of Deep Sea #18745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 50%

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

R = 10.34%
G = 50%
B = 39.66%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#18745C (or 0x18745C) is known color: Deep Sea. HEX triplet: 18, 74 and 5C. RGB value is (24,116,92). Sum of RGB (Red+Green+Blue) = 24+116+92=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #18745C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18745C is #E78BA3. Grayscale: #555555. Windows color (decimal): -15174564 or 6059032. OLE color: 6059032.

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

Color convert

RGB 24 116 92 -
CMYK 0.79 0 0.21 0.55
HSL 164.35º 0.66% 0.27% -
HSV(B) 164.35º 0.79% 0.45% -
XYZ 8.55 13.46 12.27 -
YUV 85.76 131.52 83.95 -
System Red Green Blue C M Y K H S L
Decimal 24 116 92 0.79 0 0.21 0.55 164.35 0.66 0.27
Hex 18 74 5C 4F 0 15 37 A4 42 1B
Octal 30 164 134 117 0 25 67 244 102 33
Binary 11000 1110100 1011100 1001111 0 10101 110111 10100100 1000010 11011

Color Harmonies of #18745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18745C

Black with #18745C

Text Example


Text Example

White with #18745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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