Html Css Color HEX #84D7BC Bermuda

📋 copy color: '#84D7BC'

red 132 ◦ green 215 ◦ blue 188

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

Shades of Bermuda #84D7BC

Tints of Bermuda #84D7BC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.19%

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 24.67%
G = 40.19%
B = 35.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#84D7BC (or 0x84D7BC) is known color: Bermuda. HEX triplet: 84, D7 and BC. RGB value is (132,215,188). Sum of RGB (Red+Green+Blue) = 132+215+188=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7BC is #7B2843. Grayscale: #BBBBBB. Windows color (decimal): -8071236 or 12375940. OLE color: 12375940.

HSL color Cylindrical-coordinate representation of color #84D7BC: hue angle of 160.48º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D7BC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 215 188 -
CMYK 0.39 0 0.13 0.16
HSL 160.48º 0.51% 0.68% -
HSV(B) 160.48º 0.39% 0.84% -
XYZ 42.89 57.14 56.34 -
YUV 187.11 128.5 88.7 -
System Red Green Blue C M Y K H S L
Decimal 132 215 188 0.39 0 0.13 0.16 160.48 0.51 0.68
Hex 84 D7 BC 27 0 D 10 A0 33 44
Octal 204 327 274 47 0 15 20 240 63 104
Binary 10000100 11010111 10111100 100111 0 1101 10000 10100000 110011 1000100

Color Harmonies of #84D7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D7BC

Black with #84D7BC

Text Example


Text Example

White with #84D7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,215,188); }

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

background-color css

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

 a { background-color: rgb(132,215,188); }

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

border-color css

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

 span { border-color: rgb(132,215,188); }

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