Html Css Color HEX #82D9C3 Bermuda

📋 copy color: '#82D9C3'

red 130 ◦ green 217 ◦ blue 195

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

Shades of Bermuda #82D9C3

Tints of Bermuda #82D9C3

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.04%

 BLUE value IS 195 (76.56% from 255) = 35.98%

R = 23.99%
G = 40.04%
B = 35.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#82D9C3 (or 0x82D9C3) is known color: Bermuda. HEX triplet: 82, D9 and C3. RGB value is (130,217,195). Sum of RGB (Red+Green+Blue) = 130+217+195=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #82D9C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D9C3 is #7D263C. Grayscale: #BCBCBC. Windows color (decimal): -8201789 or 12835202. OLE color: 12835202.

HSL color Cylindrical-coordinate representation of color #82D9C3: hue angle of 164.83º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D9C3 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 195 -
CMYK 0.40 0 0.10 0.15
HSL 164.83º 0.53% 0.68% -
HSV(B) 164.83º 0.4% 0.85% -
XYZ 43.87 58.31 60.57 -
YUV 188.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 130 217 195 0.40 0 0.10 0.15 164.83 0.53 0.68
Hex 82 D9 C3 28 0 A F A5 35 44
Octal 202 331 303 50 0 12 17 245 65 104
Binary 10000010 11011001 11000011 101000 0 1010 1111 10100101 110101 1000100

Color Harmonies of #82D9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D9C3

Black with #82D9C3

Text Example


Text Example

White with #82D9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,217,195); }

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

background-color css

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

 a { background-color: rgb(130,217,195); }

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

border-color css

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

 span { border-color: rgb(130,217,195); }

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