Html Css Color HEX #84DCBC Bermuda

📋 copy color: '#84DCBC'

red 132 ◦ green 220 ◦ blue 188

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

Shades of Bermuda #84DCBC

Tints of Bermuda #84DCBC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 188 (73.83% from 255) = 34.81%

R = 24.44%
G = 40.74%
B = 34.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#84DCBC (or 0x84DCBC) is known color: Bermuda. HEX triplet: 84, DC and BC. RGB value is (132,220,188). Sum of RGB (Red+Green+Blue) = 132+220+188=540 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.44% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #84DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DCBC is #7B2343. Grayscale: #BEBEBE. Windows color (decimal): -8069956 or 12377220. OLE color: 12377220.

HSL color Cylindrical-coordinate representation of color #84DCBC: hue angle of 158.18º degrees, saturation: 0.56, 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 #84DCBC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 220 188 -
CMYK 0.40 0 0.15 0.14
HSL 158.18º 0.56% 0.69% -
HSV(B) 158.18º 0.4% 0.86% -
XYZ 44.19 59.72 56.78 -
YUV 190.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 132 220 188 0.40 0 0.15 0.14 158.18 0.56 0.69
Hex 84 DC BC 28 0 F E 9E 38 45
Octal 204 334 274 50 0 17 16 236 70 105
Binary 10000100 11011100 10111100 101000 0 1111 1110 10011110 111000 1000101

Color Harmonies of #84DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DCBC

Black with #84DCBC

Text Example


Text Example

White with #84DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,220,188); }

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

background-color css

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

 a { background-color: rgb(132,220,188); }

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

border-color css

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

 span { border-color: rgb(132,220,188); }

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