Html Css Color HEX #84EBDB Aquamarine

📋 copy color: '#84EBDB'

red 132 ◦ green 235 ◦ blue 219

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

Shades of Aquamarine #84EBDB

Tints of Aquamarine #84EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.1%

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 22.53%
G = 40.1%
B = 37.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#84EBDB (or 0x84EBDB) is known color: Aquamarine. HEX triplet: 84, EB and DB. RGB value is (132,235,219). Sum of RGB (Red+Green+Blue) = 132+235+219=586 (77% of max value = 765). Red value is 132 (51.95% from 255 or 22.53% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84EBDB is #7B1424. Grayscale: #CACACA. Windows color (decimal): -8066085 or 14412676. OLE color: 14412676.

HSL color Cylindrical-coordinate representation of color #84EBDB: hue angle of 170.68º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EBDB is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 235 219 -
CMYK 0.44 0 0.07 0.08
HSL 170.68º 0.72% 0.72% -
HSV(B) 170.68º 0.44% 0.92% -
XYZ 52.01 69.44 77.68 -
YUV 202.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 132 235 219 0.44 0 0.07 0.08 170.68 0.72 0.72
Hex 84 EB DB 2C 0 7 8 AB 48 48
Octal 204 353 333 54 0 7 10 253 110 110
Binary 10000100 11101011 11011011 101100 0 111 1000 10101011 1001000 1001000

Color Harmonies of #84EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBDB

Black with #84EBDB

Text Example


Text Example

White with #84EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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