Html Css Color HEX #82CAC2 Bermuda

📋 copy color: '#82CAC2'

red 130 ◦ green 202 ◦ blue 194

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

Shades of Bermuda #82CAC2

Tints of Bermuda #82CAC2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.4%

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 24.71%
G = 38.4%
B = 36.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#82CAC2 (or 0x82CAC2) is known color: Bermuda. HEX triplet: 82, CA and C2. RGB value is (130,202,194). Sum of RGB (Red+Green+Blue) = 130+202+194=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #82CAC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CAC2 is #7D353D. Grayscale: #B3B3B3. Windows color (decimal): -8205630 or 12765826. OLE color: 12765826.

HSL color Cylindrical-coordinate representation of color #82CAC2: hue angle of 173.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CAC2 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 194 -
CMYK 0.36 0 0.04 0.21
HSL 173.33º 0.4% 0.65% -
HSV(B) 173.33º 0.36% 0.79% -
XYZ 40.06 50.88 58.75 -
YUV 179.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 130 202 194 0.36 0 0.04 0.21 173.33 0.4 0.65
Hex 82 CA C2 24 0 4 15 AD 28 41
Octal 202 312 302 44 0 4 25 255 50 101
Binary 10000010 11001010 11000010 100100 0 100 10101 10101101 101000 1000001

Color Harmonies of #82CAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CAC2

Black with #82CAC2

Text Example


Text Example

White with #82CAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,194); }

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

background-color css

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

 a { background-color: rgb(130,202,194); }

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

border-color css

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

 span { border-color: rgb(130,202,194); }

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