Html Css Color HEX #118263 Deep Sea

📋 copy color: '#118263'

red 17 ◦ green 130 ◦ blue 99

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

Shades of Deep Sea #118263

Tints of Deep Sea #118263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 6.91%
G = 52.85%
B = 40.24%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#118263 (or 0x118263) is known color: Deep Sea. HEX triplet: 11, 82 and 63. RGB value is (17,130,99). Sum of RGB (Red+Green+Blue) = 17+130+99=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #118263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118263 is #EE7D9C. Grayscale: #5C5C5C. Windows color (decimal): -15629725 or 6521361. OLE color: 6521361.

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

Color convert

RGB 17 130 99 -
CMYK 0.87 0 0.24 0.49
HSL 163.54º 0.77% 0.29% -
HSV(B) 163.54º 0.87% 0.51% -
XYZ 10.47 16.99 14.53 -
YUV 92.68 131.56 74.02 -
System Red Green Blue C M Y K H S L
Decimal 17 130 99 0.87 0 0.24 0.49 163.54 0.77 0.29
Hex 11 82 63 57 0 18 31 A4 4D 1D
Octal 21 202 143 127 0 30 61 244 115 35
Binary 10001 10000010 1100011 1010111 0 11000 110001 10100100 1001101 11101

Color Harmonies of #118263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118263

Black with #118263

Text Example


Text Example

White with #118263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118263; }

 p { color: rgb(17,130,99); }

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

background-color css

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

 a { background-color: rgb(17,130,99); }

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

border-color css

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

 span { border-color: rgb(17,130,99); }

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