Html Css Color HEX #84DBB6 Bermuda

📋 copy color: '#84DBB6'

red 132 ◦ green 219 ◦ blue 182

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

Shades of Bermuda #84DBB6

Tints of Bermuda #84DBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.09%

 BLUE value IS 182 (71.48% from 255) = 34.15%

R = 24.77%
G = 41.09%
B = 34.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#84DBB6 (or 0x84DBB6) is known color: Bermuda. HEX triplet: 84, DB and B6. RGB value is (132,219,182). Sum of RGB (Red+Green+Blue) = 132+219+182=533 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.77% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBB6 is #7B2449. Grayscale: #BCBCBC. Windows color (decimal): -8070218 or 11983748. OLE color: 11983748.

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

Color convert

RGB 132 219 182 -
CMYK 0.40 0 0.17 0.14
HSL 154.48º 0.55% 0.69% -
HSV(B) 154.48º 0.4% 0.86% -
XYZ 43.29 58.95 53.35 -
YUV 188.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 132 219 182 0.40 0 0.17 0.14 154.48 0.55 0.69
Hex 84 DB B6 28 0 11 E 9A 37 45
Octal 204 333 266 50 0 21 16 232 67 105
Binary 10000100 11011011 10110110 101000 0 10001 1110 10011010 110111 1000101

Color Harmonies of #84DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBB6

Black with #84DBB6

Text Example


Text Example

White with #84DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,219,182); }

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

background-color css

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

 a { background-color: rgb(132,219,182); }

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

border-color css

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

 span { border-color: rgb(132,219,182); }

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