Html Css Color HEX #84C8BB Bermuda

📋 copy color: '#84C8BB'

red 132 ◦ green 200 ◦ blue 187

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

Shades of Bermuda #84C8BB

Tints of Bermuda #84C8BB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 25.43%
G = 38.54%
B = 36.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#84C8BB (or 0x84C8BB) is known color: Bermuda. HEX triplet: 84, C8 and BB. RGB value is (132,200,187). Sum of RGB (Red+Green+Blue) = 132+200+187=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #84C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84C8BB is #7B3744. Grayscale: #B2B2B2. Windows color (decimal): -8075077 or 12306564. OLE color: 12306564.

HSL color Cylindrical-coordinate representation of color #84C8BB: hue angle of 168.53º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84C8BB is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 132 200 187 -
CMYK 0.34 0 0.06 0.22
HSL 168.53º 0.38% 0.65% -
HSV(B) 168.53º 0.34% 0.78% -
XYZ 39.14 49.8 54.56 -
YUV 178.19 132.97 95.06 -
System Red Green Blue C M Y K H S L
Decimal 132 200 187 0.34 0 0.06 0.22 168.53 0.38 0.65
Hex 84 C8 BB 22 0 6 16 A9 26 41
Octal 204 310 273 42 0 6 26 251 46 101
Binary 10000100 11001000 10111011 100010 0 110 10110 10101001 100110 1000001

Color Harmonies of #84C8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C8BB

Black with #84C8BB

Text Example


Text Example

White with #84C8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,200,187); }

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

background-color css

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

 a { background-color: rgb(132,200,187); }

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

border-color css

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

 span { border-color: rgb(132,200,187); }

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