Html Css Color HEX #84DBBE Bermuda

📋 copy color: '#84DBBE'

red 132 ◦ green 219 ◦ blue 190

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

Shades of Bermuda #84DBBE

Tints of Bermuda #84DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 24.4%
G = 40.48%
B = 35.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#84DBBE (or 0x84DBBE) is known color: Bermuda. HEX triplet: 84, DB and BE. RGB value is (132,219,190). Sum of RGB (Red+Green+Blue) = 132+219+190=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 219 - color contains mainly: green. Hex color #84DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84DBBE is #7B2441. Grayscale: #BDBDBD. Windows color (decimal): -8070210 or 12508036. OLE color: 12508036.

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

Color convert

RGB 132 219 190 -
CMYK 0.40 0 0.13 0.14
HSL 160º 0.55% 0.69% -
HSV(B) 160º 0.4% 0.86% -
XYZ 44.14 59.29 57.83 -
YUV 189.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 132 219 190 0.40 0 0.13 0.14 160 0.55 0.69
Hex 84 DB BE 28 0 D E A0 37 45
Octal 204 333 276 50 0 15 16 240 67 105
Binary 10000100 11011011 10111110 101000 0 1101 1110 10100000 110111 1000101

Color Harmonies of #84DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DBBE

Black with #84DBBE

Text Example


Text Example

White with #84DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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