#83CABD

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

Shades of Bermuda #83CABD

Tints of Bermuda #83CABD

Color information

#83CABD (or 0x83CABD) is unknown color: approx Bermuda. HEX triplet: 83, CA and BD. RGB value is (131,202,189). Sum of RGB (Red+Green+Blue) = 131+202+189=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #83CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CABD is #7C3542. Grayscale: #B3B3B3. Windows color (decimal): -8140099 or 12438147. OLE color: 12438147.

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

Color convert

RGB131202189-
CMYK0.3500.060.21
HSL169.01º40.11%65.29%-
HSV(B)169.01º35.15%79.22%-
XYZ39.6750.7455.85-
YUV179.29133.4893.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.10%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 189 (74.22% from 255) = 36.21%
R=25.10%
G=38.70%
B=36.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312021890.3500.060.21169.0140.1165.29
Hex83CABD230615a92841
Octal20331227543062525150101
Binary100000111100101010111101100011011010101101010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83CABD; }

 p { color: rgb(131,202,189); }

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

<style>
 a { background-color: #83CABD; }

 a { background-color: rgb(131,202,189); }

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

<style>
 span { border-color: #83CABD; }

 span { border-color: rgb(131,202,189); }

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