#83CFB5

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

Shades of Bermuda #83CFB5

Tints of Bermuda #83CFB5

Color information

#83CFB5 (or 0x83CFB5) is unknown color: approx Bermuda. HEX triplet: 83, CF and B5. RGB value is (131,207,181). Sum of RGB (Red+Green+Blue) = 131+207+181=519 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.24% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFB5 is #7C304A. Grayscale: #B5B5B5. Windows color (decimal): -8138827 or 11915139. OLE color: 11915139.

HSL color Cylindrical-coordinate representation of color #83CFB5: hue angle of 159.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83CFB5 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB131207181-
CMYK0.3700.130.19
HSL159.47º44.19%66.27%-
HSV(B)159.47º36.71%81.18%-
XYZ40.0152.7951.8-
YUV181.31127.8292.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 25.24%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 181 (71.09% from 255) = 34.87%
R=25.24%
G=39.88%
B=34.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1312071810.3700.130.19159.4744.1966.27
Hex83CFB5250D139f2c42
Octal203317265450152323754102
Binary1000001111001111101101011001010110110011100111111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,207,181); }

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

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

 a { background-color: rgb(131,207,181); }

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

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

 span { border-color: rgb(131,207,181); }

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