Html Css Color HEX #84A29E Submarine

📋 copy color: '#84A29E'

red 132 ◦ green 162 ◦ blue 158

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

Shades of Submarine #84A29E

Tints of Submarine #84A29E

RGB

 RED value IS 132 (51.95% from 255) = 29.2%

 GREEN value IS 162 (63.67% from 255) = 35.84%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 29.2%
G = 35.84%
B = 34.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#84A29E (or 0x84A29E) is known color: Submarine. HEX triplet: 84, A2 and 9E. RGB value is (132,162,158). Sum of RGB (Red+Green+Blue) = 132+162+158=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 162 - color contains mainly: green. Hex color #84A29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A29E is #7B5D61. Grayscale: #989898. Windows color (decimal): -8084834 or 10396292. OLE color: 10396292.

HSL color Cylindrical-coordinate representation of color #84A29E: hue angle of 172º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84A29E is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 132 162 158 -
CMYK 0.19 0 0.02 0.36
HSL 172º 0.14% 0.58% -
HSV(B) 172º 0.19% 0.64% -
XYZ 28.61 33.21 37.25 -
YUV 152.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 132 162 158 0.19 0 0.02 0.36 172 0.14 0.58
Hex 84 A2 9E 13 0 2 24 AC E 3A
Octal 204 242 236 23 0 2 44 254 16 72
Binary 10000100 10100010 10011110 10011 0 10 100100 10101100 1110 111010

Color Harmonies of #84A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A29E

Black with #84A29E

Text Example


Text Example

White with #84A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A29E; }

 p { color: rgb(132,162,158); }

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

background-color css

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

 a { background-color: rgb(132,162,158); }

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

border-color css

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

 span { border-color: rgb(132,162,158); }

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