#84BC8A

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

Shades of Dark Sea Green #84BC8A

Tints of Dark Sea Green #84BC8A

Color information

#84BC8A (or 0x84BC8A) is unknown color: approx Dark Sea Green. HEX triplet: 84, BC and 8A. RGB value is (132,188,138). Sum of RGB (Red+Green+Blue) = 132+188+138=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BC8A is #7B4375. Grayscale: #A5A5A5. Windows color (decimal): -8078198 or 9092228. OLE color: 9092228.

HSL color Cylindrical-coordinate representation of color #84BC8A: hue angle of 126.43º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84BC8A is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB132188138-
CMYK0.3000.270.26
HSL126.43º29.47%62.75%-
HSV(B)126.43º29.79%73.73%-
XYZ32.0942.7130.6-
YUV165.56112.45104.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 188 (73.83% from 255) = 41.05%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=28.82%
G=41.05%
B=30.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321881380.3000.270.26126.4329.4762.75
Hex84BC8A1E01B1A7e1d3f
Octal20427421236033321763577
Binary1000010010111100100010101111001101111010111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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