Html Css Color HEX #118273 Deep Sea

📋 copy color: '#118273'

red 17 ◦ green 130 ◦ blue 115

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

Shades of Deep Sea #118273

Tints of Deep Sea #118273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 6.49%
G = 49.62%
B = 43.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#118273 (or 0x118273) is known color: Deep Sea. HEX triplet: 11, 82 and 73. RGB value is (17,130,115). Sum of RGB (Red+Green+Blue) = 17+130+115=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #118273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118273 is #EE7D8C. Grayscale: #5E5E5E. Windows color (decimal): -15629709 or 7569937. OLE color: 7569937.

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

Color convert

RGB 17 130 115 -
CMYK 0.87 0 0.12 0.49
HSL 172.04º 0.77% 0.29% -
HSV(B) 172.04º 0.87% 0.51% -
XYZ 11.31 17.32 18.97 -
YUV 94.5 139.56 72.72 -
System Red Green Blue C M Y K H S L
Decimal 17 130 115 0.87 0 0.12 0.49 172.04 0.77 0.29
Hex 11 82 73 57 0 C 31 AC 4D 1D
Octal 21 202 163 127 0 14 61 254 115 35
Binary 10001 10000010 1110011 1010111 0 1100 110001 10101100 1001101 11101

Color Harmonies of #118273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118273

Black with #118273

Text Example


Text Example

White with #118273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118273; }

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

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

background-color css

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

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

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

border-color css

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

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

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