#84D6C3

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

Shades of Bermuda #84D6C3

Tints of Bermuda #84D6C3

Color information

#84D6C3 (or 0x84D6C3) is unknown color: approx Bermuda. HEX triplet: 84, D6 and C3. RGB value is (132,214,195). Sum of RGB (Red+Green+Blue) = 132+214+195=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 214 (83.98% from 255 or 39.56% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 214 - color contains mainly: green. Hex color #84D6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D6C3 is #7B293C. Grayscale: #BBBBBB. Windows color (decimal): -8071485 or 12834436. OLE color: 12834436.

HSL color Cylindrical-coordinate representation of color #84D6C3: hue angle of 166.1º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D6C3 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB132214195-
CMYK0.3800.090.16
HSL166.1º50%67.84%-
HSV(B)166.1º38.32%83.92%-
XYZ43.4156.9460.33-
YUV187.32132.3388.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.40%
GREEN value IS 214 (83.98% from 255) = 39.56%
BLUE value IS 195 (76.56% from 255) = 36.04%
R=24.40%
G=39.56%
B=36.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1322141950.3800.090.16166.15067.84
Hex84D6C3260910a63244
Octal204326303460112024662104
Binary1000010011010110110000111001100100110000101001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84D6C3; }

 p { color: rgb(132,214,195); }

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

<style>
 a { background-color: #84D6C3; }

 a { background-color: rgb(132,214,195); }

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

<style>
 span { border-color: #84D6C3; }

 span { border-color: rgb(132,214,195); }

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