Html Css Color HEX #82D8C4 Bermuda

📋 copy color: '#82D8C4'

red 130 ◦ green 216 ◦ blue 196

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

Shades of Bermuda #82D8C4

Tints of Bermuda #82D8C4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.85%

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 23.99%
G = 39.85%
B = 36.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#82D8C4 (or 0x82D8C4) is known color: Bermuda. HEX triplet: 82, D8 and C4. RGB value is (130,216,196). Sum of RGB (Red+Green+Blue) = 130+216+196=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #82D8C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82D8C4 is #7D273B. Grayscale: #BCBCBC. Windows color (decimal): -8202044 or 12900482. OLE color: 12900482.

HSL color Cylindrical-coordinate representation of color #82D8C4: hue angle of 166.05º degrees, saturation: 0.52, 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 #82D8C4 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 216 196 -
CMYK 0.40 0 0.09 0.15
HSL 166.05º 0.52% 0.68% -
HSV(B) 166.05º 0.4% 0.85% -
XYZ 43.73 57.84 61.08 -
YUV 188.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 130 216 196 0.40 0 0.09 0.15 166.05 0.52 0.68
Hex 82 D8 C4 28 0 9 F A6 34 44
Octal 202 330 304 50 0 11 17 246 64 104
Binary 10000010 11011000 11000100 101000 0 1001 1111 10100110 110100 1000100

Color Harmonies of #82D8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D8C4

Black with #82D8C4

Text Example


Text Example

White with #82D8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,216,196); }

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

background-color css

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

 a { background-color: rgb(130,216,196); }

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

border-color css

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

 span { border-color: rgb(130,216,196); }

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