Html Css Color HEX #84C7BE Bermuda

📋 copy color: '#84C7BE'

red 132 ◦ green 199 ◦ blue 190

#84C7BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda #84C7BE

Tints of Bermuda #84C7BE

RGB

 RED value IS 132 (51.95% from 255) = 25.34%

 GREEN value IS 199 (78.13% from 255) = 38.2%

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 25.34%
G = 38.2%
B = 36.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#84C7BE (or 0x84C7BE) is known color: Bermuda. HEX triplet: 84, C7 and BE. RGB value is (132,199,190). Sum of RGB (Red+Green+Blue) = 132+199+190=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 199 - color contains mainly: green. Hex color #84C7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C7BE is #7B3841. Grayscale: #B1B1B1. Windows color (decimal): -8075330 or 12502916. OLE color: 12502916.

HSL color Cylindrical-coordinate representation of color #84C7BE: hue angle of 171.94º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C7BE is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 199 190 -
CMYK 0.34 0 0.05 0.22
HSL 171.94º 0.37% 0.65% -
HSV(B) 171.94º 0.34% 0.78% -
XYZ 39.23 49.47 56.2 -
YUV 177.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 132 199 190 0.34 0 0.05 0.22 171.94 0.37 0.65
Hex 84 C7 BE 22 0 5 16 AC 25 41
Octal 204 307 276 42 0 5 26 254 45 101
Binary 10000100 11000111 10111110 100010 0 101 10110 10101100 100101 1000001

Color Harmonies of #84C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C7BE

Black with #84C7BE

Text Example


Text Example

White with #84C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84C7BE;
 }
 .AnyTagClassName
 {
   color: #84C7BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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