#83CDCC

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

Shades of Bermuda #83CDCC

Tints of Bermuda #83CDCC

Color information

#83CDCC (or 0x83CDCC) is unknown color: approx Bermuda. HEX triplet: 83, CD and CC. RGB value is (131,205,204). Sum of RGB (Red+Green+Blue) = 131+205+204=540 (71% of max value = 765). Red value is 131 (51.56% from 255 or 24.26% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #83CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CDCC is #7C3233. Grayscale: #B6B6B6. Windows color (decimal): -8139316 or 13421955. OLE color: 13421955.

HSL color Cylindrical-coordinate representation of color #83CDCC: hue angle of 179.19º degrees, saturation: 0.43, 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 #83CDCC is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB131205204-
CMYK0.3600.000.20
HSL179.19º42.53%65.88%-
HSV(B)179.19º36.1%80.39%-
XYZ42.0952.8565.11-
YUV182.76139.9891.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.26%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=24.26%
G=37.96%
B=37.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312052040.3600.000.20179.1942.5365.88
Hex83CDCC240014b32b42
Octal20331531444002426353102
Binary1000001111001101110011001001000010100101100111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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