#84CCC5

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

Shades of Bermuda #84CCC5

Tints of Bermuda #84CCC5

Color information

#84CCC5 (or 0x84CCC5) is unknown color: approx Bermuda. HEX triplet: 84, CC and C5. RGB value is (132,204,197). Sum of RGB (Red+Green+Blue) = 132+204+197=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCC5 is #7B333A. Grayscale: #B5B5B5. Windows color (decimal): -8074043 or 12962948. OLE color: 12962948.

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

Color convert

RGB132204197-
CMYK0.3500.030.2
HSL174.17º41.38%65.88%-
HSV(B)174.17º35.29%80%-
XYZ41.1952.1260.71-
YUV181.67136.6592.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.77%
GREEN value IS 204 (80.08% from 255) = 38.27%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=24.77%
G=38.27%
B=36.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322041970.3500.030.2174.1741.3865.88
Hex84CCC5230314ae2942
Octal20431430543032425651102
Binary10000100110011001100010110001101110100101011101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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