#84CFBC

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

Shades of Bermuda #84CFBC

Tints of Bermuda #84CFBC

Color information

#84CFBC (or 0x84CFBC) is unknown color: approx Bermuda. HEX triplet: 84, CF and BC. RGB value is (132,207,188). Sum of RGB (Red+Green+Blue) = 132+207+188=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CFBC is #7B3043. Grayscale: #B6B6B6. Windows color (decimal): -8073284 or 12373892. OLE color: 12373892.

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

Color convert

RGB132207188-
CMYK0.3600.090.19
HSL164.8º43.86%66.47%-
HSV(B)164.8º36.23%81.18%-
XYZ40.9153.1655.68-
YUV182.41131.1592.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.05%
GREEN value IS 207 (81.25% from 255) = 39.28%
BLUE value IS 188 (73.83% from 255) = 35.67%
R=25.05%
G=39.28%
B=35.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322071880.3600.090.19164.843.8666.47
Hex84CFBC240913a52c42
Octal204317274440112324554102
Binary1000010011001111101111001001000100110011101001011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,207,188); }

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

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

 a { background-color: rgb(132,207,188); }

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

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

 span { border-color: rgb(132,207,188); }

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