Html Css Color HEX #82CEBA Bermuda

📋 copy color: '#82CEBA'

red 130 ◦ green 206 ◦ blue 186

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

Shades of Bermuda #82CEBA

Tints of Bermuda #82CEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 24.9%
G = 39.46%
B = 35.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#82CEBA (or 0x82CEBA) is known color: Bermuda. HEX triplet: 82, CE and BA. RGB value is (130,206,186). Sum of RGB (Red+Green+Blue) = 130+206+186=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #82CEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CEBA is #7D3145. Grayscale: #B5B5B5. Windows color (decimal): -8204614 or 12242562. OLE color: 12242562.

HSL color Cylindrical-coordinate representation of color #82CEBA: hue angle of 164.21º 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 #82CEBA is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 186 -
CMYK 0.37 0 0.10 0.19
HSL 164.21º 0.44% 0.66% -
HSV(B) 164.21º 0.37% 0.81% -
XYZ 40.14 52.43 54.46 -
YUV 181 130.82 91.63 -
System Red Green Blue C M Y K H S L
Decimal 130 206 186 0.37 0 0.10 0.19 164.21 0.44 0.66
Hex 82 CE BA 25 0 A 13 A4 2C 42
Octal 202 316 272 45 0 12 23 244 54 102
Binary 10000010 11001110 10111010 100101 0 1010 10011 10100100 101100 1000010

Color Harmonies of #82CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CEBA

Black with #82CEBA

Text Example


Text Example

White with #82CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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