Html Css Color HEX #82DBBC Bermuda

📋 copy color: '#82DBBC'

red 130 ◦ green 219 ◦ blue 188

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

Shades of Bermuda #82DBBC

Tints of Bermuda #82DBBC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 24.21%
G = 40.78%
B = 35.01%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#82DBBC (or 0x82DBBC) is known color: Bermuda. HEX triplet: 82, DB and BC. RGB value is (130,219,188). Sum of RGB (Red+Green+Blue) = 130+219+188=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #82DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82DBBC is #7D2443. Grayscale: #BCBCBC. Windows color (decimal): -8201284 or 12376962. OLE color: 12376962.

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

Color convert

RGB 130 219 188 -
CMYK 0.41 0 0.14 0.14
HSL 159.1º 0.55% 0.68% -
HSV(B) 159.1º 0.41% 0.86% -
XYZ 43.61 59.04 56.67 -
YUV 188.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 130 219 188 0.41 0 0.14 0.14 159.1 0.55 0.68
Hex 82 DB BC 29 0 E E 9F 37 44
Octal 202 333 274 51 0 16 16 237 67 104
Binary 10000010 11011011 10111100 101001 0 1110 1110 10011111 110111 1000100

Color Harmonies of #82DBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DBBC

Black with #82DBBC

Text Example


Text Example

White with #82DBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,219,188); }

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

background-color css

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

 a { background-color: rgb(130,219,188); }

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

border-color css

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

 span { border-color: rgb(130,219,188); }

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