Html Css Color HEX #84D7B8 Bermuda

📋 copy color: '#84D7B8'

red 132 ◦ green 215 ◦ blue 184

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

Shades of Bermuda #84D7B8

Tints of Bermuda #84D7B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.65%

R = 24.86%
G = 40.49%
B = 34.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#84D7B8 (or 0x84D7B8) is known color: Bermuda. HEX triplet: 84, D7 and B8. RGB value is (132,215,184). Sum of RGB (Red+Green+Blue) = 132+215+184=531 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.86% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #84D7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D7B8 is #7B2847. Grayscale: #BABABA. Windows color (decimal): -8071240 or 12113796. OLE color: 12113796.

HSL color Cylindrical-coordinate representation of color #84D7B8: hue angle of 157.59º 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 #84D7B8 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 215 184 -
CMYK 0.39 0 0.14 0.16
HSL 157.59º 0.51% 0.68% -
HSV(B) 157.59º 0.39% 0.84% -
XYZ 42.47 56.97 54.1 -
YUV 186.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 132 215 184 0.39 0 0.14 0.16 157.59 0.51 0.68
Hex 84 D7 B8 27 0 E 10 9E 33 44
Octal 204 327 270 47 0 16 20 236 63 104
Binary 10000100 11010111 10111000 100111 0 1110 10000 10011110 110011 1000100

Color Harmonies of #84D7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D7B8

Black with #84D7B8

Text Example


Text Example

White with #84D7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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