Html Css Color HEX #118164 Deep Sea

📋 copy color: '#118164'

red 17 ◦ green 129 ◦ blue 100

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

Shades of Deep Sea #118164

Tints of Deep Sea #118164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.44%

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

R = 6.91%
G = 52.44%
B = 40.65%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#118164 (or 0x118164) is known color: Deep Sea. HEX triplet: 11, 81 and 64. RGB value is (17,129,100). Sum of RGB (Red+Green+Blue) = 17+129+100=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #118164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118164 is #EE7E9B. Grayscale: #5C5C5C. Windows color (decimal): -15629980 or 6586641. OLE color: 6586641.

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

Color convert

RGB 17 129 100 -
CMYK 0.87 0 0.22 0.49
HSL 164.46º 0.77% 0.29% -
HSV(B) 164.46º 0.87% 0.51% -
XYZ 10.38 16.74 14.74 -
YUV 92.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 17 129 100 0.87 0 0.22 0.49 164.46 0.77 0.29
Hex 11 81 64 57 0 16 31 A4 4D 1D
Octal 21 201 144 127 0 26 61 244 115 35
Binary 10001 10000001 1100100 1010111 0 10110 110001 10100100 1001101 11101

Color Harmonies of #118164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118164

Black with #118164

Text Example


Text Example

White with #118164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118164; }

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

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

background-color css

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

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

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

border-color css

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

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

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