#84CABA

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

Shades of Bermuda #84CABA

Tints of Bermuda #84CABA

Color information

#84CABA (or 0x84CABA) is unknown color: approx Bermuda. HEX triplet: 84, CA and BA. RGB value is (132,202,186). Sum of RGB (Red+Green+Blue) = 132+202+186=520 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.38% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #84CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CABA is #7B3545. Grayscale: #B3B3B3. Windows color (decimal): -8074566 or 12241540. OLE color: 12241540.

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

Color convert

RGB132202186-
CMYK0.3500.080.21
HSL166.29º39.77%65.49%-
HSV(B)166.29º34.65%79.22%-
XYZ39.550.6954.16-
YUV179.25131.8194.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.38%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 186 (73.05% from 255) = 35.77%
R=25.38%
G=38.85%
B=35.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1322021860.3500.080.21166.2939.7765.49
Hex84CABA230815a62841
Octal204312272430102524650101
Binary1000010011001010101110101000110100010101101001101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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