#84CABB

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

Shades of Bermuda #84CABB

Tints of Bermuda #84CABB

Color information

#84CABB (or 0x84CABB) is unknown color: approx Bermuda. HEX triplet: 84, CA and BB. RGB value is (132,202,187). Sum of RGB (Red+Green+Blue) = 132+202+187=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #84CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CABB is #7B3544. Grayscale: #B3B3B3. Windows color (decimal): -8074565 or 12307076. OLE color: 12307076.

HSL color Cylindrical-coordinate representation of color #84CABB: hue angle of 167.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CABB is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB132202187-
CMYK0.3500.070.21
HSL167.14º39.77%65.49%-
HSV(B)167.14º34.65%79.22%-
XYZ39.6150.7354.72-
YUV179.36132.3194.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=25.34%
G=38.77%
B=35.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021870.3500.070.21167.1439.7765.49
Hex84CABB230715a72841
Octal20431227343072524750101
Binary100001001100101010111011100011011110101101001111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,202,187); }

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

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

 a { background-color: rgb(132,202,187); }

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

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

 span { border-color: rgb(132,202,187); }

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