Html Css Color HEX #82B988 Dark Sea Green

📋 copy color: '#82B988'

red 130 ◦ green 185 ◦ blue 136

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

Shades of Dark Sea Green #82B988

Tints of Dark Sea Green #82B988

RGB

 RED value IS 130 (51.17% from 255) = 28.82%

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 28.82%
G = 41.02%
B = 30.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#82B988 (or 0x82B988) is known color: Dark Sea Green. HEX triplet: 82, B9 and 88. RGB value is (130,185,136). Sum of RGB (Red+Green+Blue) = 130+185+136=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #82B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B988 is #7D4677. Grayscale: #A3A3A3. Windows color (decimal): -8210040 or 8960386. OLE color: 8960386.

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

Color convert

RGB 130 185 136 -
CMYK 0.30 0 0.26 0.27
HSL 126.55º 0.28% 0.62% -
HSV(B) 126.55º 0.3% 0.73% -
XYZ 31 41.22 29.62 -
YUV 162.97 112.78 104.48 -
System Red Green Blue C M Y K H S L
Decimal 130 185 136 0.30 0 0.26 0.27 126.55 0.28 0.62
Hex 82 B9 88 1E 0 1A 1B 7F 1C 3E
Octal 202 271 210 36 0 32 33 177 34 76
Binary 10000010 10111001 10001000 11110 0 11010 11011 1111111 11100 111110

Color Harmonies of #82B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B988

Black with #82B988

Text Example


Text Example

White with #82B988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82B988; }

 p { color: rgb(130,185,136); }

 H1.HeaderClassName
 {
   color: #82B988;
 }
 .AnyTagClassName
 {
   color: #82B988;
 }
</style>

background-color css

<style>
 a { background-color: #82B988; }

 a { background-color: rgb(130,185,136); }

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

border-color css

<style>
 span { border-color: #82B988; }

 span { border-color: rgb(130,185,136); }

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