Html Css Color HEX #84DCBE Bermuda

📋 copy color: '#84DCBE'

red 132 ◦ green 220 ◦ blue 190

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

Shades of Bermuda #84DCBE

Tints of Bermuda #84DCBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.06%

R = 24.35%
G = 40.59%
B = 35.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#84DCBE (or 0x84DCBE) is known color: Bermuda. HEX triplet: 84, DC and BE. RGB value is (132,220,190). Sum of RGB (Red+Green+Blue) = 132+220+190=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCBE is #7B2341. Grayscale: #BEBEBE. Windows color (decimal): -8069954 or 12508292. OLE color: 12508292.

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

Color convert

RGB 132 220 190 -
CMYK 0.40 0 0.14 0.14
HSL 159.55º 0.56% 0.69% -
HSV(B) 159.55º 0.4% 0.86% -
XYZ 44.4 59.81 57.92 -
YUV 190.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 132 220 190 0.40 0 0.14 0.14 159.55 0.56 0.69
Hex 84 DC BE 28 0 E E A0 38 45
Octal 204 334 276 50 0 16 16 240 70 105
Binary 10000100 11011100 10111110 101000 0 1110 1110 10100000 111000 1000101

Color Harmonies of #84DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCBE

Black with #84DCBE

Text Example


Text Example

White with #84DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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