Html Css Color HEX #84FBDB Aquamarine

📋 copy color: '#84FBDB'

red 132 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #84FBDB

Tints of Aquamarine #84FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.69%

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

R = 21.93%
G = 41.69%
B = 36.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#84FBDB (or 0x84FBDB) is known color: Aquamarine. HEX triplet: 84, FB and DB. RGB value is (132,251,219). Sum of RGB (Red+Green+Blue) = 132+251+219=602 (79% of max value = 765). Red value is 132 (51.95% from 255 or 21.93% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBDB is #7B0424. Grayscale: #D3D3D3. Windows color (decimal): -8061989 or 14416772. OLE color: 14416772.

HSL color Cylindrical-coordinate representation of color #84FBDB: hue angle of 163.87º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBDB is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 251 219 -
CMYK 0.47 0 0.13 0.02
HSL 163.87º 0.94% 0.75% -
HSV(B) 163.87º 0.47% 0.98% -
XYZ 56.8 79.01 79.28 -
YUV 211.77 132.08 71.1 -
System Red Green Blue C M Y K H S L
Decimal 132 251 219 0.47 0 0.13 0.02 163.87 0.94 0.75
Hex 84 FB DB 2F 0 D 2 A4 5E 4B
Octal 204 373 333 57 0 15 2 244 136 113
Binary 10000100 11111011 11011011 101111 0 1101 10 10100100 1011110 1001011

Color Harmonies of #84FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FBDB

Black with #84FBDB

Text Example


Text Example

White with #84FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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