#84CABF

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

Shades of Bermuda #84CABF

Tints of Bermuda #84CABF

Color information

#84CABF (or 0x84CABF) is unknown color: approx Bermuda. HEX triplet: 84, CA and BF. RGB value is (132,202,191). Sum of RGB (Red+Green+Blue) = 132+202+191=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #84CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CABF is #7B3540. Grayscale: #B3B3B3. Windows color (decimal): -8074561 or 12569220. OLE color: 12569220.

HSL color Cylindrical-coordinate representation of color #84CABF: hue angle of 170.57º 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 #84CABF is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB132202191-
CMYK0.3500.050.21
HSL170.57º39.77%65.49%-
HSV(B)170.57º34.65%79.22%-
XYZ40.0450.9157.01-
YUV179.82134.3193.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 191 (75% from 255) = 36.38%
R=25.14%
G=38.48%
B=36.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021910.3500.050.21170.5739.7765.49
Hex84CABF230515ab2841
Octal20431227743052525350101
Binary100001001100101010111111100011010110101101010111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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