#83CFBE

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

Shades of Bermuda #83CFBE

Tints of Bermuda #83CFBE

Color information

#83CFBE (or 0x83CFBE) is unknown color: approx Bermuda. HEX triplet: 83, CF and BE. RGB value is (131,207,190). Sum of RGB (Red+Green+Blue) = 131+207+190=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #83CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83CFBE is #7C3041. Grayscale: #B6B6B6. Windows color (decimal): -8138818 or 12504963. OLE color: 12504963.

HSL color Cylindrical-coordinate representation of color #83CFBE: hue angle of 166.58º 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 #83CFBE is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB131207190-
CMYK0.3700.080.19
HSL166.58º44.19%66.27%-
HSV(B)166.58º36.71%81.18%-
XYZ40.9753.1756.82-
YUV182.34132.3291.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 24.81%
GREEN value IS 207 (81.25% from 255) = 39.20%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=24.81%
G=39.20%
B=35.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1312071900.3700.080.19166.5844.1966.27
Hex83CFBE250813a72c42
Octal203317276450102324754102
Binary1000001111001111101111101001010100010011101001111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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