Html Css Color HEX #84DEBA Bermuda

📋 copy color: '#84DEBA'

red 132 ◦ green 222 ◦ blue 186

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

Shades of Bermuda #84DEBA

Tints of Bermuda #84DEBA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.11%

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

R = 24.44%
G = 41.11%
B = 34.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#84DEBA (or 0x84DEBA) is known color: Bermuda. HEX triplet: 84, DE and BA. RGB value is (132,222,186). Sum of RGB (Red+Green+Blue) = 132+222+186=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DEBA is #7B2145. Grayscale: #BFBFBF. Windows color (decimal): -8069446 or 12246660. OLE color: 12246660.

HSL color Cylindrical-coordinate representation of color #84DEBA: hue angle of 156º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DEBA is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 222 186 -
CMYK 0.41 0 0.16 0.13
HSL 156º 0.58% 0.69% -
HSV(B) 156º 0.41% 0.87% -
XYZ 44.5 60.69 55.82 -
YUV 190.99 125.18 85.93 -
System Red Green Blue C M Y K H S L
Decimal 132 222 186 0.41 0 0.16 0.13 156 0.58 0.69
Hex 84 DE BA 29 0 10 D 9C 3A 45
Octal 204 336 272 51 0 20 15 234 72 105
Binary 10000100 11011110 10111010 101001 0 10000 1101 10011100 111010 1000101

Color Harmonies of #84DEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DEBA

Black with #84DEBA

Text Example


Text Example

White with #84DEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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