Html Css Color HEX #84BA8A Dark Sea Green

📋 copy color: '#84BA8A'

red 132 ◦ green 186 ◦ blue 138

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

Shades of Dark Sea Green #84BA8A

Tints of Dark Sea Green #84BA8A

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.3% from 255) = 30.26%

R = 28.95%
G = 40.79%
B = 30.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#84BA8A (or 0x84BA8A) is known color: 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

RGB 132 186 138 -
CMYK 0.29 0 0.26 0.27
HSL 126.67º 0.28% 0.62% -
HSV(B) 126.67º 0.29% 0.73% -
XYZ 31.66 41.86 30.46 -
YUV 164.38 113.11 104.9 -
System Red Green Blue C M Y K H S L
Decimal 132 186 138 0.29 0 0.26 0.27 126.67 0.28 0.62
Hex 84 BA 8A 1D 0 1A 1B 7F 1C 3E
Octal 204 272 212 35 0 32 33 177 34 76
Binary 10000100 10111010 10001010 11101 0 11010 11011 1111111 11100 111110

Color Harmonies of #84BA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA8A

Black with #84BA8A

Text Example


Text Example

White with #84BA8A

Text Example


Text Example

HTML Codes & Css Web 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>