#83CCC8

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

Shades of Bermuda #83CCC8

Tints of Bermuda #83CCC8

Color information

#83CCC8 (or 0x83CCC8) is unknown color: approx Bermuda. HEX triplet: 83, CC and C8. RGB value is (131,204,200). Sum of RGB (Red+Green+Blue) = 131+204+200=535 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.49% from 535); Green value is 204 (80.08% from 255 or 38.13% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCC8 is #7C3337. Grayscale: #B5B5B5. Windows color (decimal): -8139576 or 13159555. OLE color: 13159555.

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

Color convert

RGB131204200-
CMYK0.3600.020.2
HSL176.71º41.71%65.69%-
HSV(B)176.71º35.78%80%-
XYZ41.3852.1862.53-
YUV181.72138.3291.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.49%
GREEN value IS 204 (80.08% from 255) = 38.13%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=24.49%
G=38.13%
B=37.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312042000.3600.020.2176.7141.7165.69
Hex83CCC8240214b12a42
Octal20331431044022426152102
Binary10000011110011001100100010010001010100101100011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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