#84CABD

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

Shades of Bermuda #84CABD

Tints of Bermuda #84CABD

Color information

#84CABD (or 0x84CABD) is unknown color: approx Bermuda. HEX triplet: 84, CA and BD. RGB value is (132,202,189). Sum of RGB (Red+Green+Blue) = 132+202+189=523 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.24% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #84CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CABD is #7B3542. Grayscale: #B3B3B3. Windows color (decimal): -8074563 or 12438148. OLE color: 12438148.

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

Color convert

RGB132202189-
CMYK0.3500.060.21
HSL168.86º39.77%65.49%-
HSV(B)168.86º34.65%79.22%-
XYZ39.8250.8255.85-
YUV179.59133.3194.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.24%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=25.24%
G=38.62%
B=36.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021890.3500.060.21168.8639.7765.49
Hex84CABD230615a92841
Octal20431227543062525150101
Binary100001001100101010111101100011011010101101010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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