#84CABE

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

Shades of Bermuda #84CABE

Tints of Bermuda #84CABE

Color information

#84CABE (or 0x84CABE) is unknown color: approx Bermuda. HEX triplet: 84, CA and BE. RGB value is (132,202,190). Sum of RGB (Red+Green+Blue) = 132+202+190=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #84CABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CABE is #7B3541. Grayscale: #B3B3B3. Windows color (decimal): -8074562 or 12503684. OLE color: 12503684.

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

Color convert

RGB132202190-
CMYK0.3500.060.21
HSL169.71º39.77%65.49%-
HSV(B)169.71º34.65%79.22%-
XYZ39.9350.8656.43-
YUV179.7133.8193.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=25.19%
G=38.55%
B=36.26%

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
Decimal1322021900.3500.060.21169.7139.7765.49
Hex84CABE230615aa2841
Octal20431227643062525250101
Binary100001001100101010111110100011011010101101010101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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