Html Css Color HEX #18705B Deep Sea

📋 copy color: '#18705B'

red 24 ◦ green 112 ◦ blue 91

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

Shades of Deep Sea #18705B

Tints of Deep Sea #18705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 40.09%

R = 10.57%
G = 49.34%
B = 40.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#18705B (or 0x18705B) is known color: Deep Sea. HEX triplet: 18, 70 and 5B. RGB value is (24,112,91). Sum of RGB (Red+Green+Blue) = 24+112+91=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 112 (44.14% from 255 or 49.34% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 112 - color contains mainly: green. Hex color #18705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18705B is #E78FA4. Grayscale: #535353. Windows color (decimal): -15175589 or 5992472. OLE color: 5992472.

HSL color Cylindrical-coordinate representation of color #18705B: hue angle of 165.68º 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 #18705B is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 24 112 91 -
CMYK 0.79 0 0.19 0.56
HSL 165.68º 0.65% 0.27% -
HSV(B) 165.68º 0.79% 0.44% -
XYZ 8.06 12.54 11.89 -
YUV 83.29 132.35 85.71 -
System Red Green Blue C M Y K H S L
Decimal 24 112 91 0.79 0 0.19 0.56 165.68 0.65 0.27
Hex 18 70 5B 4F 0 13 38 A6 41 1B
Octal 30 160 133 117 0 23 70 246 101 33
Binary 11000 1110000 1011011 1001111 0 10011 111000 10100110 1000001 11011

Color Harmonies of #18705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18705B

Black with #18705B

Text Example


Text Example

White with #18705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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