Html Css Color HEX #84DDBE Bermuda

📋 copy color: '#84DDBE'

red 132 ◦ green 221 ◦ blue 190

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

Shades of Bermuda #84DDBE

Tints of Bermuda #84DDBE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 24.31%
G = 40.7%
B = 34.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#84DDBE (or 0x84DDBE) is known color: Bermuda. HEX triplet: 84, DD and BE. RGB value is (132,221,190). Sum of RGB (Red+Green+Blue) = 132+221+190=543 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.31% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #84DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DDBE is #7B2241. Grayscale: #BEBEBE. Windows color (decimal): -8069698 or 12508548. OLE color: 12508548.

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

Color convert

RGB 132 221 190 -
CMYK 0.40 0 0.14 0.13
HSL 159.1º 0.57% 0.69% -
HSV(B) 159.1º 0.4% 0.87% -
XYZ 44.67 60.34 58.01 -
YUV 190.86 127.51 86.02 -
System Red Green Blue C M Y K H S L
Decimal 132 221 190 0.40 0 0.14 0.13 159.1 0.57 0.69
Hex 84 DD BE 28 0 E D 9F 39 45
Octal 204 335 276 50 0 16 15 237 71 105
Binary 10000100 11011101 10111110 101000 0 1110 1101 10011111 111001 1000101

Color Harmonies of #84DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DDBE

Black with #84DDBE

Text Example


Text Example

White with #84DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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