Html Css Color HEX #84D0BA Bermuda

📋 copy color: '#84D0BA'

red 132 ◦ green 208 ◦ blue 186

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

Shades of Bermuda #84D0BA

Tints of Bermuda #84D0BA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 25.1%
G = 39.54%
B = 35.36%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#84D0BA (or 0x84D0BA) is known color: Bermuda. HEX triplet: 84, D0 and BA. RGB value is (132,208,186). Sum of RGB (Red+Green+Blue) = 132+208+186=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #84D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84D0BA is #7B2F45. Grayscale: #B6B6B6. Windows color (decimal): -8073030 or 12243076. OLE color: 12243076.

HSL color Cylindrical-coordinate representation of color #84D0BA: hue angle of 162.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84D0BA is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 186 -
CMYK 0.37 0 0.11 0.18
HSL 162.63º 0.45% 0.67% -
HSV(B) 162.63º 0.37% 0.82% -
XYZ 40.93 53.56 54.64 -
YUV 182.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 132 208 186 0.37 0 0.11 0.18 162.63 0.45 0.67
Hex 84 D0 BA 25 0 B 12 A3 2D 43
Octal 204 320 272 45 0 13 22 243 55 103
Binary 10000100 11010000 10111010 100101 0 1011 10010 10100011 101101 1000011

Color Harmonies of #84D0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D0BA

Black with #84D0BA

Text Example


Text Example

White with #84D0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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