Html Css Color HEX #18705C Deep Sea

📋 copy color: '#18705C'

red 24 ◦ green 112 ◦ blue 92

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

Shades of Deep Sea #18705C

Tints of Deep Sea #18705C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.12%

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

R = 10.53%
G = 49.12%
B = 40.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#18705C (or 0x18705C) is known color: Deep Sea. HEX triplet: 18, 70 and 5C. RGB value is (24,112,92). Sum of RGB (Red+Green+Blue) = 24+112+92=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 112 (44.14% from 255 or 49.12% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 112 - color contains mainly: green. Hex color #18705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18705C is #E78FA3. Grayscale: #535353. Windows color (decimal): -15175588 or 6058008. OLE color: 6058008.

HSL color Cylindrical-coordinate representation of color #18705C: hue angle of 166.36º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18705C is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 92 -
CMYK 0.79 0 0.18 0.56
HSL 166.36º 0.65% 0.27% -
HSV(B) 166.36º 0.79% 0.44% -
XYZ 8.1 12.56 12.12 -
YUV 83.41 132.85 85.63 -
System Red Green Blue C M Y K H S L
Decimal 24 112 92 0.79 0 0.18 0.56 166.36 0.65 0.27
Hex 18 70 5C 4F 0 12 38 A6 41 1B
Octal 30 160 134 117 0 22 70 246 101 33
Binary 11000 1110000 1011100 1001111 0 10010 111000 10100110 1000001 11011

Color Harmonies of #18705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18705C

Black with #18705C

Text Example


Text Example

White with #18705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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