#82CBBC

Color #82CBBC Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #82CBBC

Tints of Bermuda #82CBBC

Color information

#82CBBC (or 0x82CBBC) is unknown color: approx Bermuda. HEX triplet: 82, CB and BC. RGB value is (130,203,188). Sum of RGB (Red+Green+Blue) = 130+203+188=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #82CBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CBBC is #7D3443. Grayscale: #B3B3B3. Windows color (decimal): -8205380 or 12372866. OLE color: 12372866.

HSL color Cylindrical-coordinate representation of color #82CBBC: hue angle of 167.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CBBC is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB130203188-
CMYK0.3600.070.20
HSL167.67º41.24%65.29%-
HSV(B)167.67º35.96%79.61%-
XYZ39.6451.0955.35-
YUV179.46132.8292.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.95%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=24.95%
G=38.96%
B=36.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031880.3600.070.20167.6741.2465.29
Hex82CBBC240714a82941
Octal20231327444072425051101
Binary100000101100101110111100100100011110100101010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82CBBC;
 }
 .AnyTagClassName
 {
   color: #82CBBC;
 }
</style>
background-color css

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

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

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

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

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

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