#84CBBA

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

Shades of Bermuda #84CBBA

Tints of Bermuda #84CBBA

Color information

#84CBBA (or 0x84CBBA) is unknown color: approx Bermuda. HEX triplet: 84, CB and BA. RGB value is (132,203,186). Sum of RGB (Red+Green+Blue) = 132+203+186=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBBA is #7B3445. Grayscale: #B3B3B3. Windows color (decimal): -8074310 or 12241796. OLE color: 12241796.

HSL color Cylindrical-coordinate representation of color #84CBBA: hue angle of 165.63º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CBBA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB132203186-
CMYK0.3500.080.20
HSL165.63º40.57%65.69%-
HSV(B)165.63º34.98%79.61%-
XYZ39.7351.1654.24-
YUV179.83131.4893.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=25.34%
G=38.96%
B=35.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322031860.3500.080.20165.6340.5765.69
Hex84CBBA230814a62942
Octal204313272430102424651102
Binary1000010011001011101110101000110100010100101001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,203,186); }

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

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

 a { background-color: rgb(132,203,186); }

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

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

 span { border-color: rgb(132,203,186); }

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