Html Css Color HEX #118469 Deep Sea

📋 copy color: '#118469'

red 17 ◦ green 132 ◦ blue 105

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

Shades of Deep Sea #118469

Tints of Deep Sea #118469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.97%

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

R = 6.69%
G = 51.97%
B = 41.34%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#118469 (or 0x118469) is known color: Deep Sea. HEX triplet: 11, 84 and 69. RGB value is (17,132,105). Sum of RGB (Red+Green+Blue) = 17+132+105=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 132 (51.95% from 255 or 51.97% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 132 - color contains mainly: green. Hex color #118469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118469 is #EE7B96. Grayscale: #5E5E5E. Windows color (decimal): -15629207 or 6915089. OLE color: 6915089.

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

Color convert

RGB 17 132 105 -
CMYK 0.87 0 0.20 0.48
HSL 165.91º 0.77% 0.29% -
HSV(B) 165.91º 0.87% 0.52% -
XYZ 11.03 17.64 16.19 -
YUV 94.54 133.9 72.7 -
System Red Green Blue C M Y K H S L
Decimal 17 132 105 0.87 0 0.20 0.48 165.91 0.77 0.29
Hex 11 84 69 57 0 14 30 A6 4D 1D
Octal 21 204 151 127 0 24 60 246 115 35
Binary 10001 10000100 1101001 1010111 0 10100 110000 10100110 1001101 11101

Color Harmonies of #118469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118469

Black with #118469

Text Example


Text Example

White with #118469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118469; }

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

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

background-color css

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

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

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

border-color css

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

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

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