#84CCC9

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

Shades of Bermuda #84CCC9

Tints of Bermuda #84CCC9

Color information

#84CCC9 (or 0x84CCC9) is unknown color: approx Bermuda. HEX triplet: 84, CC and C9. RGB value is (132,204,201). Sum of RGB (Red+Green+Blue) = 132+204+201=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 204 (80.08% from 255 or 37.99% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCC9 is #7B3336. Grayscale: #B6B6B6. Windows color (decimal): -8074039 or 13225092. OLE color: 13225092.

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

Color convert

RGB132204201-
CMYK0.3500.010.2
HSL177.5º41.38%65.88%-
HSV(B)177.5º35.29%80%-
XYZ41.6552.3163.16-
YUV182.13138.6592.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 204 (80.08% from 255) = 37.99%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=24.58%
G=37.99%
B=37.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322042010.3500.010.2177.541.3865.88
Hex84CCC9230114b22942
Octal20431431143012426251102
Binary1000010011001100110010011000110110100101100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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