Html Css Color HEX #84D9BA Bermuda

📋 copy color: '#84D9BA'

red 132 ◦ green 217 ◦ blue 186

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

Shades of Bermuda #84D9BA

Tints of Bermuda #84D9BA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.56%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 24.67%
G = 40.56%
B = 34.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#84D9BA (or 0x84D9BA) is known color: Bermuda. HEX triplet: 84, D9 and BA. RGB value is (132,217,186). Sum of RGB (Red+Green+Blue) = 132+217+186=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 217 (85.16% from 255 or 40.56% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 217 - color contains mainly: green. Hex color #84D9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D9BA is #7B2645. Grayscale: #BCBCBC. Windows color (decimal): -8070726 or 12245380. OLE color: 12245380.

HSL color Cylindrical-coordinate representation of color #84D9BA: hue angle of 158.12º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D9BA is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 217 186 -
CMYK 0.39 0 0.14 0.15
HSL 158.12º 0.53% 0.68% -
HSV(B) 158.12º 0.39% 0.85% -
XYZ 43.19 58.08 55.39 -
YUV 188.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 132 217 186 0.39 0 0.14 0.15 158.12 0.53 0.68
Hex 84 D9 BA 27 0 E F 9E 35 44
Octal 204 331 272 47 0 16 17 236 65 104
Binary 10000100 11011001 10111010 100111 0 1110 1111 10011110 110101 1000100

Color Harmonies of #84D9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D9BA

Black with #84D9BA

Text Example


Text Example

White with #84D9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,217,186); }

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

background-color css

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

 a { background-color: rgb(132,217,186); }

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

border-color css

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

 span { border-color: rgb(132,217,186); }

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