Html Css Color HEX #84DABA Bermuda

📋 copy color: '#84DABA'

red 132 ◦ green 218 ◦ blue 186

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

Shades of Bermuda #84DABA

Tints of Bermuda #84DABA

RGB

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

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

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

R = 24.63%
G = 40.67%
B = 34.7%

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

#84DABA (or 0x84DABA) is known color: Bermuda. HEX triplet: 84, DA and BA. RGB value is (132,218,186). Sum of RGB (Red+Green+Blue) = 132+218+186=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #84DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DABA is #7B2545. Grayscale: #BCBCBC. Windows color (decimal): -8070470 or 12245636. OLE color: 12245636.

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

Color convert

RGB 132 218 186 -
CMYK 0.39 0 0.15 0.15
HSL 157.67º 0.54% 0.69% -
HSV(B) 157.67º 0.39% 0.85% -
XYZ 43.45 58.59 55.47 -
YUV 188.64 126.51 87.6 -
System Red Green Blue C M Y K H S L
Decimal 132 218 186 0.39 0 0.15 0.15 157.67 0.54 0.69
Hex 84 DA BA 27 0 F F 9E 36 45
Octal 204 332 272 47 0 17 17 236 66 105
Binary 10000100 11011010 10111010 100111 0 1111 1111 10011110 110110 1000101

Color Harmonies of #84DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DABA

Black with #84DABA

Text Example


Text Example

White with #84DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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