#83CCC0

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

Shades of Bermuda #83CCC0

Tints of Bermuda #83CCC0

Color information

#83CCC0 (or 0x83CCC0) is unknown color: approx Bermuda. HEX triplet: 83, CC and C0. RGB value is (131,204,192). Sum of RGB (Red+Green+Blue) = 131+204+192=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCC0 is #7C333F. Grayscale: #B4B4B4. Windows color (decimal): -8139584 or 12635267. OLE color: 12635267.

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

Color convert

RGB131204192-
CMYK0.3600.060.2
HSL170.14º41.71%65.69%-
HSV(B)170.14º35.78%80%-
XYZ40.4751.8257.74-
YUV180.8134.3292.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.86%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=24.86%
G=38.71%
B=36.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041920.3600.060.2170.1441.7165.69
Hex83CCC0240614aa2a42
Octal20331430044062425252102
Binary100000111100110011000000100100011010100101010101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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