#83CEBB

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

Shades of Bermuda #83CEBB

Tints of Bermuda #83CEBB

Color information

#83CEBB (or 0x83CEBB) is unknown color: approx Bermuda. HEX triplet: 83, CE and BB. RGB value is (131,206,187). Sum of RGB (Red+Green+Blue) = 131+206+187=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #83CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CEBB is #7C3144. Grayscale: #B5B5B5. Windows color (decimal): -8139077 or 12308099. OLE color: 12308099.

HSL color Cylindrical-coordinate representation of color #83CEBB: hue angle of 164.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CEBB is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB131206187-
CMYK0.3600.090.19
HSL164.8º43.35%66.08%-
HSV(B)164.8º36.41%80.78%-
XYZ40.452.5655.03-
YUV181.41131.1592.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=25%
G=39.31%
B=35.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1312061870.3600.090.19164.843.3566.08
Hex83CEBB240913a52b42
Octal203316273440112324553102
Binary1000001111001110101110111001000100110011101001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,206,187); }

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

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

 a { background-color: rgb(131,206,187); }

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

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

 span { border-color: rgb(131,206,187); }

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