#84BB8A

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

Shades of Dark Sea Green #84BB8A

Tints of Dark Sea Green #84BB8A

Color information

#84BB8A (or 0x84BB8A) is unknown color: approx Dark Sea Green. HEX triplet: 84, BB and 8A. RGB value is (132,187,138). Sum of RGB (Red+Green+Blue) = 132+187+138=457 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.88% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #84BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84BB8A is #7B4475. Grayscale: #A5A5A5. Windows color (decimal): -8078454 or 9091972. OLE color: 9091972.

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

Color convert

RGB132187138-
CMYK0.2900.260.27
HSL126.55º28.8%62.55%-
HSV(B)126.55º29.41%73.33%-
XYZ31.8742.2830.53-
YUV164.97112.78104.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.88%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=28.88%
G=40.92%
B=30.20%

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
Decimal1321871380.2900.260.27126.5528.862.55
Hex84BB8A1D01A1B7f1d3f
Octal20427321235032331773577
Binary1000010010111011100010101110101101011011111111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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