Html Css Color HEX #84DCBA Bermuda

📋 copy color: '#84DCBA'

red 132 ◦ green 220 ◦ blue 186

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

Shades of Bermuda #84DCBA

Tints of Bermuda #84DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.89%

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

R = 24.54%
G = 40.89%
B = 34.57%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#84DCBA (or 0x84DCBA) is known color: Bermuda. HEX triplet: 84, DC and BA. RGB value is (132,220,186). Sum of RGB (Red+Green+Blue) = 132+220+186=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCBA is #7B2345. Grayscale: #BDBDBD. Windows color (decimal): -8069958 or 12246148. OLE color: 12246148.

HSL color Cylindrical-coordinate representation of color #84DCBA: hue angle of 156.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DCBA is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 220 186 -
CMYK 0.40 0 0.15 0.14
HSL 156.82º 0.56% 0.69% -
HSV(B) 156.82º 0.4% 0.86% -
XYZ 43.97 59.64 55.65 -
YUV 189.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 132 220 186 0.40 0 0.15 0.14 156.82 0.56 0.69
Hex 84 DC BA 28 0 F E 9D 38 45
Octal 204 334 272 50 0 17 16 235 70 105
Binary 10000100 11011100 10111010 101000 0 1111 1110 10011101 111000 1000101

Color Harmonies of #84DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCBA

Black with #84DCBA

Text Example


Text Example

White with #84DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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