#84CCB9

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

Shades of Bermuda #84CCB9

Tints of Bermuda #84CCB9

Color information

#84CCB9 (or 0x84CCB9) is unknown color: approx Bermuda. HEX triplet: 84, CC and B9. RGB value is (132,204,185). Sum of RGB (Red+Green+Blue) = 132+204+185=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCB9 is #7B3346. Grayscale: #B4B4B4. Windows color (decimal): -8074055 or 12176516. OLE color: 12176516.

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

Color convert

RGB132204185-
CMYK0.3500.090.2
HSL164.17º41.38%65.88%-
HSV(B)164.17º35.29%80%-
XYZ39.8751.5953.76-
YUV180.31130.6593.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=25.34%
G=39.16%
B=35.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322041850.3500.090.2164.1741.3865.88
Hex84CCB9230914a42942
Octal204314271430112424451102
Binary1000010011001100101110011000110100110100101001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,204,185); }

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

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

 a { background-color: rgb(132,204,185); }

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

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

 span { border-color: rgb(132,204,185); }

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