#84CCBC

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

Shades of Bermuda #84CCBC

Tints of Bermuda #84CCBC

Color information

#84CCBC (or 0x84CCBC) is unknown color: approx Bermuda. HEX triplet: 84, CC and BC. RGB value is (132,204,188). Sum of RGB (Red+Green+Blue) = 132+204+188=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 204 - color contains mainly: green. Hex color #84CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CCBC is #7B3343. Grayscale: #B4B4B4. Windows color (decimal): -8074052 or 12373124. OLE color: 12373124.

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

Color convert

RGB132204188-
CMYK0.3500.080.2
HSL166.67º41.38%65.88%-
HSV(B)166.67º35.29%80%-
XYZ40.1951.7255.44-
YUV180.65132.1593.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 204 (80.08% from 255) = 38.93%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=25.19%
G=38.93%
B=35.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1322041880.3500.080.2166.6741.3865.88
Hex84CCBC230814a72942
Octal204314274430102424751102
Binary1000010011001100101111001000110100010100101001111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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