Html Css Color HEX #84DBBB Bermuda

📋 copy color: '#84DBBB'

red 132 ◦ green 219 ◦ blue 187

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

Shades of Bermuda #84DBBB

Tints of Bermuda #84DBBB

RGB

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

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

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

R = 24.54%
G = 40.71%
B = 34.76%

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

#84DBBB (or 0x84DBBB) is known color: Bermuda. HEX triplet: 84, DB and BB. RGB value is (132,219,187). Sum of RGB (Red+Green+Blue) = 132+219+187=538 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.54% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBBB is #7B2444. Grayscale: #BDBDBD. Windows color (decimal): -8070213 or 12311428. OLE color: 12311428.

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

Color convert

RGB 132 219 187 -
CMYK 0.40 0 0.15 0.14
HSL 157.93º 0.55% 0.69% -
HSV(B) 157.93º 0.4% 0.86% -
XYZ 43.82 59.16 56.12 -
YUV 189.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 132 219 187 0.40 0 0.15 0.14 157.93 0.55 0.69
Hex 84 DB BB 28 0 F E 9E 37 45
Octal 204 333 273 50 0 17 16 236 67 105
Binary 10000100 11011011 10111011 101000 0 1111 1110 10011110 110111 1000101

Color Harmonies of #84DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBBB

Black with #84DBBB

Text Example


Text Example

White with #84DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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