#84CEBB

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

Shades of Bermuda #84CEBB

Tints of Bermuda #84CEBB

Color information

#84CEBB (or 0x84CEBB) is unknown color: approx Bermuda. HEX triplet: 84, CE and BB. RGB value is (132,206,187). Sum of RGB (Red+Green+Blue) = 132+206+187=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CEBB is #7B3144. Grayscale: #B5B5B5. Windows color (decimal): -8073541 or 12308100. OLE color: 12308100.

HSL color Cylindrical-coordinate representation of color #84CEBB: hue angle of 164.59º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CEBB is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB132206187-
CMYK0.3600.090.19
HSL164.59º43.02%66.27%-
HSV(B)164.59º35.92%80.78%-
XYZ40.5652.6455.04-
YUV181.71130.9892.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=25.14%
G=39.24%
B=35.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1322061870.3600.090.19164.5943.0266.27
Hex84CEBB240913a52b42
Octal204316273440112324553102
Binary1000010011001110101110111001000100110011101001011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,206,187); }

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

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

 a { background-color: rgb(132,206,187); }

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

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

 span { border-color: rgb(132,206,187); }

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