#84CAC4

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

Shades of Bermuda #84CAC4

Tints of Bermuda #84CAC4

Color information

#84CAC4 (or 0x84CAC4) is unknown color: approx Bermuda. HEX triplet: 84, CA and C4. RGB value is (132,202,196). Sum of RGB (Red+Green+Blue) = 132+202+196=530 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.91% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #84CAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CAC4 is #7B353B. Grayscale: #B4B4B4. Windows color (decimal): -8074556 or 12896900. OLE color: 12896900.

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

Color convert

RGB132202196-
CMYK0.3500.030.21
HSL174.86º39.77%65.49%-
HSV(B)174.86º34.65%79.22%-
XYZ40.651.1359.95-
YUV180.39136.8193.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.91%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=24.91%
G=38.11%
B=36.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021960.3500.030.21174.8639.7765.49
Hex84CAC4230315af2841
Octal20431230443032525750101
Binary10000100110010101100010010001101110101101011111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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