#84BA8A

Color #84BA8A Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #84BA8A

Tints of Dark Sea Green #84BA8A

Color information

#84BA8A (or 0x84BA8A) is unknown color: approx Dark Sea Green. HEX triplet: 84, BA and 8A. RGB value is (132,186,138). Sum of RGB (Red+Green+Blue) = 132+186+138=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BA8A is #7B4575. Grayscale: #A4A4A4. Windows color (decimal): -8078710 or 9091716. OLE color: 9091716.

HSL color Cylindrical-coordinate representation of color #84BA8A: hue angle of 126.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84BA8A is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB132186138-
CMYK0.2900.260.27
HSL126.67º28.12%62.35%-
HSV(B)126.67º29.03%72.94%-
XYZ31.6641.8630.46-
YUV164.38113.11104.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.95%
GREEN value IS 186 (73.05% from 255) = 40.79%
BLUE value IS 138 (54.30% from 255) = 30.26%
R=28.95%
G=40.79%
B=30.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321861380.2900.260.27126.6728.1262.35
Hex84BA8A1D01A1B7f1c3e
Octal20427221235032331773476
Binary1000010010111010100010101110101101011011111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,186,138); }

 H1.HeaderClassName
 {
   color: #84BA8A;
 }
 .AnyTagClassName
 {
   color: #84BA8A;
 }
</style>
background-color css

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

 a { background-color: rgb(132,186,138); }

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

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

 span { border-color: rgb(132,186,138); }

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