Html Css Color HEX #118365 Deep Sea

📋 copy color: '#118365'

red 17 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #118365

Tints of Deep Sea #118365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 52.61%

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 6.83%
G = 52.61%
B = 40.56%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#118365 (or 0x118365) is known color: Deep Sea. HEX triplet: 11, 83 and 65. RGB value is (17,131,101). Sum of RGB (Red+Green+Blue) = 17+131+101=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #118365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118365 is #EE7C9A. Grayscale: #5D5D5D. Windows color (decimal): -15629467 or 6652689. OLE color: 6652689.

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

Color convert

RGB 17 131 101 -
CMYK 0.87 0 0.23 0.49
HSL 164.21º 0.77% 0.29% -
HSV(B) 164.21º 0.87% 0.51% -
XYZ 10.7 17.29 15.09 -
YUV 93.49 132.23 73.44 -
System Red Green Blue C M Y K H S L
Decimal 17 131 101 0.87 0 0.23 0.49 164.21 0.77 0.29
Hex 11 83 65 57 0 17 31 A4 4D 1D
Octal 21 203 145 127 0 27 61 244 115 35
Binary 10001 10000011 1100101 1010111 0 10111 110001 10100100 1001101 11101

Color Harmonies of #118365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118365

Black with #118365

Text Example


Text Example

White with #118365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118365; }

 p { color: rgb(17,131,101); }

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

background-color css

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

 a { background-color: rgb(17,131,101); }

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

border-color css

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

 span { border-color: rgb(17,131,101); }

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