#83CCBE

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

Shades of Bermuda #83CCBE

Tints of Bermuda #83CCBE

Color information

#83CCBE (or 0x83CCBE) is unknown color: approx Bermuda. HEX triplet: 83, CC and BE. RGB value is (131,204,190). Sum of RGB (Red+Green+Blue) = 131+204+190=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CCBE is #7C3341. Grayscale: #B4B4B4. Windows color (decimal): -8139586 or 12504195. OLE color: 12504195.

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

Color convert

RGB131204190-
CMYK0.3600.070.2
HSL168.49º41.71%65.69%-
HSV(B)168.49º35.78%80%-
XYZ40.2551.7356.58-
YUV180.58133.3292.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.95%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=24.95%
G=38.86%
B=36.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041900.3600.070.2168.4941.7165.69
Hex83CCBE240714a82a42
Octal20331427644072425052102
Binary100000111100110010111110100100011110100101010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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