Html Css Color HEX #84D2BF Bermuda

📋 copy color: '#84D2BF'

red 132 ◦ green 210 ◦ blue 191

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

Shades of Bermuda #84D2BF

Tints of Bermuda #84D2BF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.4%

 BLUE value IS 191 (75% from 255) = 35.83%

R = 24.77%
G = 39.4%
B = 35.83%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#84D2BF (or 0x84D2BF) is known color: Bermuda. HEX triplet: 84, D2 and BF. RGB value is (132,210,191). Sum of RGB (Red+Green+Blue) = 132+210+191=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #84D2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D2BF is #7B2D40. Grayscale: #B8B8B8. Windows color (decimal): -8072513 or 12571268. OLE color: 12571268.

HSL color Cylindrical-coordinate representation of color #84D2BF: hue angle of 165.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D2BF is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 210 191 -
CMYK 0.37 0 0.09 0.18
HSL 165.38º 0.46% 0.67% -
HSV(B) 165.38º 0.37% 0.82% -
XYZ 41.97 54.76 57.65 -
YUV 184.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 132 210 191 0.37 0 0.09 0.18 165.38 0.46 0.67
Hex 84 D2 BF 25 0 9 12 A5 2E 43
Octal 204 322 277 45 0 11 22 245 56 103
Binary 10000100 11010010 10111111 100101 0 1001 10010 10100101 101110 1000011

Color Harmonies of #84D2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D2BF

Black with #84D2BF

Text Example


Text Example

White with #84D2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,210,191); }

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

background-color css

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

 a { background-color: rgb(132,210,191); }

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

border-color css

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

 span { border-color: rgb(132,210,191); }

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