#83CCC2

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

Shades of Bermuda #83CCC2

Tints of Bermuda #83CCC2

Color information

#83CCC2 (or 0x83CCC2) is unknown color: approx Bermuda. HEX triplet: 83, CC and C2. RGB value is (131,204,194). Sum of RGB (Red+Green+Blue) = 131+204+194=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCC2 is #7C333D. Grayscale: #B5B5B5. Windows color (decimal): -8139582 or 12766339. OLE color: 12766339.

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

Color convert

RGB131204194-
CMYK0.3600.050.2
HSL171.78º41.71%65.69%-
HSV(B)171.78º35.78%80%-
XYZ40.6951.9158.91-
YUV181.03135.3292.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.76%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=24.76%
G=38.56%
B=36.67%

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
Decimal1312041940.3600.050.2171.7841.7165.69
Hex83CCC2240514ac2a42
Octal20331430244052425452102
Binary100000111100110011000010100100010110100101011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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