Html Css Color HEX #82DCBB Bermuda

📋 copy color: '#82DCBB'

red 130 ◦ green 220 ◦ blue 187

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

Shades of Bermuda #82DCBB

Tints of Bermuda #82DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.97%

 BLUE value IS 187 (73.44% from 255) = 34.82%

R = 24.21%
G = 40.97%
B = 34.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#82DCBB (or 0x82DCBB) is known color: Bermuda. HEX triplet: 82, DC and BB. RGB value is (130,220,187). Sum of RGB (Red+Green+Blue) = 130+220+187=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #82DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DCBB is #7D2344. Grayscale: #BDBDBD. Windows color (decimal): -8201029 or 12311682. OLE color: 12311682.

HSL color Cylindrical-coordinate representation of color #82DCBB: hue angle of 158º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DCBB is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 187 -
CMYK 0.41 0 0.15 0.14
HSL 158º 0.56% 0.69% -
HSV(B) 158º 0.41% 0.86% -
XYZ 43.77 59.52 56.2 -
YUV 189.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 130 220 187 0.41 0 0.15 0.14 158 0.56 0.69
Hex 82 DC BB 29 0 F E 9E 38 45
Octal 202 334 273 51 0 17 16 236 70 105
Binary 10000010 11011100 10111011 101001 0 1111 1110 10011110 111000 1000101

Color Harmonies of #82DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DCBB

Black with #82DCBB

Text Example


Text Example

White with #82DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,220,187); }

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

background-color css

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

 a { background-color: rgb(130,220,187); }

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

border-color css

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

 span { border-color: rgb(130,220,187); }

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