Html Css Color HEX #84DAB9 Bermuda

📋 copy color: '#84DAB9'

red 132 ◦ green 218 ◦ blue 185

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

Shades of Bermuda #84DAB9

Tints of Bermuda #84DAB9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

 BLUE value IS 185 (72.66% from 255) = 34.58%

R = 24.67%
G = 40.75%
B = 34.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#84DAB9 (or 0x84DAB9) is known color: Bermuda. HEX triplet: 84, DA and B9. RGB value is (132,218,185). Sum of RGB (Red+Green+Blue) = 132+218+185=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 218 - color contains mainly: green. Hex color #84DAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DAB9 is #7B2546. Grayscale: #BCBCBC. Windows color (decimal): -8070471 or 12180100. OLE color: 12180100.

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

Color convert

RGB 132 218 185 -
CMYK 0.39 0 0.15 0.15
HSL 156.98º 0.54% 0.69% -
HSV(B) 156.98º 0.39% 0.85% -
XYZ 43.34 58.55 54.92 -
YUV 188.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 132 218 185 0.39 0 0.15 0.15 156.98 0.54 0.69
Hex 84 DA B9 27 0 F F 9D 36 45
Octal 204 332 271 47 0 17 17 235 66 105
Binary 10000100 11011010 10111001 100111 0 1111 1111 10011101 110110 1000101

Color Harmonies of #84DAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DAB9

Black with #84DAB9

Text Example


Text Example

White with #84DAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,218,185); }

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

background-color css

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

 a { background-color: rgb(132,218,185); }

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

border-color css

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

 span { border-color: rgb(132,218,185); }

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