#83CCC1

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

Shades of Bermuda #83CCC1

Tints of Bermuda #83CCC1

Color information

#83CCC1 (or 0x83CCC1) is unknown color: approx Bermuda. HEX triplet: 83, CC and C1. RGB value is (131,204,193). Sum of RGB (Red+Green+Blue) = 131+204+193=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCC1 is #7C333E. Grayscale: #B4B4B4. Windows color (decimal): -8139583 or 12700803. OLE color: 12700803.

HSL color Cylindrical-coordinate representation of color #83CCC1: hue angle of 170.96º 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 #83CCC1 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB131204193-
CMYK0.3600.050.2
HSL170.96º41.71%65.69%-
HSV(B)170.96º35.78%80%-
XYZ40.5851.8658.32-
YUV180.92134.8292.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.81%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=24.81%
G=38.64%
B=36.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041930.3600.050.2170.9641.7165.69
Hex83CCC1240514ab2a42
Octal20331430144052425352102
Binary100000111100110011000001100100010110100101010111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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