Html Css Color HEX #82CEC2 Bermuda

📋 copy color: '#82CEC2'

red 130 ◦ green 206 ◦ blue 194

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

Shades of Bermuda #82CEC2

Tints of Bermuda #82CEC2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.87%

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

R = 24.53%
G = 38.87%
B = 36.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#82CEC2 (or 0x82CEC2) is known color: Bermuda. HEX triplet: 82, CE and C2. RGB value is (130,206,194). Sum of RGB (Red+Green+Blue) = 130+206+194=530 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.53% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEC2 is #7D313D. Grayscale: #B5B5B5. Windows color (decimal): -8204606 or 12766850. OLE color: 12766850.

HSL color Cylindrical-coordinate representation of color #82CEC2: hue angle of 170.53º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CEC2 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 194 -
CMYK 0.37 0 0.06 0.19
HSL 170.53º 0.44% 0.66% -
HSV(B) 170.53º 0.37% 0.81% -
XYZ 41.01 52.78 59.07 -
YUV 181.91 134.82 90.98 -
System Red Green Blue C M Y K H S L
Decimal 130 206 194 0.37 0 0.06 0.19 170.53 0.44 0.66
Hex 82 CE C2 25 0 6 13 AB 2C 42
Octal 202 316 302 45 0 6 23 253 54 102
Binary 10000010 11001110 11000010 100101 0 110 10011 10101011 101100 1000010

Color Harmonies of #82CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CEC2

Black with #82CEC2

Text Example


Text Example

White with #82CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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