Html Css Color HEX #118169 Deep Sea

📋 copy color: '#118169'

red 17 ◦ green 129 ◦ blue 105

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

Shades of Deep Sea #118169

Tints of Deep Sea #118169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 6.77%
G = 51.39%
B = 41.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#118169 (or 0x118169) is known color: Deep Sea. HEX triplet: 11, 81 and 69. RGB value is (17,129,105). Sum of RGB (Red+Green+Blue) = 17+129+105=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #118169 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118169 is #EE7E96. Grayscale: #5C5C5C. Windows color (decimal): -15629975 or 6914321. OLE color: 6914321.

HSL color Cylindrical-coordinate representation of color #118169: hue angle of 167.14º 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 #118169 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 105 -
CMYK 0.87 0 0.19 0.49
HSL 167.14º 0.77% 0.29% -
HSV(B) 167.14º 0.87% 0.51% -
XYZ 10.63 16.84 16.05 -
YUV 92.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 17 129 105 0.87 0 0.19 0.49 167.14 0.77 0.29
Hex 11 81 69 57 0 13 31 A7 4D 1D
Octal 21 201 151 127 0 23 61 247 115 35
Binary 10001 10000001 1101001 1010111 0 10011 110001 10100111 1001101 11101

Color Harmonies of #118169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118169

Black with #118169

Text Example


Text Example

White with #118169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118169; }

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

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

background-color css

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

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

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

border-color css

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

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

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