Html Css Color HEX #82B788 Dark Sea Green

📋 copy color: '#82B788'

red 130 ◦ green 183 ◦ blue 136

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

Shades of Dark Sea Green #82B788

Tints of Dark Sea Green #82B788

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

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

R = 28.95%
G = 40.76%
B = 30.29%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#82B788 (or 0x82B788) is known color: Dark Sea Green. HEX triplet: 82, B7 and 88. RGB value is (130,183,136). Sum of RGB (Red+Green+Blue) = 130+183+136=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #82B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82B788 is #7D4877. Grayscale: #A1A1A1. Windows color (decimal): -8210552 or 8959874. OLE color: 8959874.

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

Color convert

RGB 130 183 136 -
CMYK 0.29 0 0.26 0.28
HSL 126.79º 0.27% 0.61% -
HSV(B) 126.79º 0.29% 0.72% -
XYZ 30.58 40.39 29.48 -
YUV 161.8 113.44 105.32 -
System Red Green Blue C M Y K H S L
Decimal 130 183 136 0.29 0 0.26 0.28 126.79 0.27 0.61
Hex 82 B7 88 1D 0 1A 1C 7F 1B 3D
Octal 202 267 210 35 0 32 34 177 33 75
Binary 10000010 10110111 10001000 11101 0 11010 11100 1111111 11011 111101

Color Harmonies of #82B788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B788

Black with #82B788

Text Example


Text Example

White with #82B788

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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