#83C9C0

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

Shades of Bermuda #83C9C0

Tints of Bermuda #83C9C0

Color information

#83C9C0 (or 0x83C9C0) is unknown color: approx Bermuda. HEX triplet: 83, C9 and C0. RGB value is (131,201,192). Sum of RGB (Red+Green+Blue) = 131+201+192=524 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #83C9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83C9C0 is #7C363F. Grayscale: #B3B3B3. Windows color (decimal): -8140352 or 12634499. OLE color: 12634499.

HSL color Cylindrical-coordinate representation of color #83C9C0: hue angle of 172.29º degrees, saturation: 0.39, 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 #83C9C0 is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB131201192-
CMYK0.3500.040.21
HSL172.29º39.33%65.1%-
HSV(B)172.29º34.83%78.82%-
XYZ39.7650.457.5-
YUV179.04135.3193.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25%
GREEN value IS 201 (78.91% from 255) = 38.36%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=25%
G=38.36%
B=36.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312011920.3500.040.21172.2939.3365.1
Hex83C9C0230415ac2741
Octal20331130043042525447101
Binary100000111100100111000000100011010010101101011001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,201,192); }

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

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

 a { background-color: rgb(131,201,192); }

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

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

 span { border-color: rgb(131,201,192); }

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