#83CCB9

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

Shades of Bermuda #83CCB9

Tints of Bermuda #83CCB9

Color information

#83CCB9 (or 0x83CCB9) is unknown color: approx Bermuda. HEX triplet: 83, CC and B9. RGB value is (131,204,185). Sum of RGB (Red+Green+Blue) = 131+204+185=520 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.19% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCB9 is #7C3346. Grayscale: #B4B4B4. Windows color (decimal): -8139591 or 12176515. OLE color: 12176515.

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

Color convert

RGB131204185-
CMYK0.3600.090.2
HSL164.38º41.71%65.69%-
HSV(B)164.38º35.78%80%-
XYZ39.7151.5153.75-
YUV180.01130.8293.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.19%
GREEN value IS 204 (80.08% from 255) = 39.23%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=25.19%
G=39.23%
B=35.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041850.3600.090.2164.3841.7165.69
Hex83CCB9240914a42a42
Octal203314271440112424452102
Binary1000001111001100101110011001000100110100101001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,204,185); }

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

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

 a { background-color: rgb(131,204,185); }

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

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

 span { border-color: rgb(131,204,185); }

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