Html Css Color HEX #118464 Deep Sea

📋 copy color: '#118464'

red 17 ◦ green 132 ◦ blue 100

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

Shades of Deep Sea #118464

Tints of Deep Sea #118464

RGB

 RED value IS 17 (7.03% from 255) = 6.83%

 GREEN value IS 132 (51.95% from 255) = 53.01%

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 6.83%
G = 53.01%
B = 40.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#118464 (or 0x118464) is known color: Deep Sea. HEX triplet: 11, 84 and 64. RGB value is (17,132,100). Sum of RGB (Red+Green+Blue) = 17+132+100=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #118464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118464 is #EE7B9B. Grayscale: #5D5D5D. Windows color (decimal): -15629212 or 6587409. OLE color: 6587409.

HSL color Cylindrical-coordinate representation of color #118464: hue angle of 163.3º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118464 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 132 100 -
CMYK 0.87 0 0.24 0.48
HSL 163.3º 0.77% 0.29% -
HSV(B) 163.3º 0.87% 0.52% -
XYZ 10.78 17.54 14.87 -
YUV 93.97 131.4 73.1 -
System Red Green Blue C M Y K H S L
Decimal 17 132 100 0.87 0 0.24 0.48 163.3 0.77 0.29
Hex 11 84 64 57 0 18 30 A3 4D 1D
Octal 21 204 144 127 0 30 60 243 115 35
Binary 10001 10000100 1100100 1010111 0 11000 110000 10100011 1001101 11101

Color Harmonies of #118464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118464

Black with #118464

Text Example


Text Example

White with #118464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118464; }

 p { color: rgb(17,132,100); }

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

background-color css

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

 a { background-color: rgb(17,132,100); }

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

border-color css

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

 span { border-color: rgb(17,132,100); }

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