Html Css Color HEX #84F1DF Aquamarine

📋 copy color: '#84F1DF'

red 132 ◦ green 241 ◦ blue 223

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

Shades of Aquamarine #84F1DF

Tints of Aquamarine #84F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.44%

 BLUE value IS 223 (87.5% from 255) = 37.42%

R = 22.15%
G = 40.44%
B = 37.42%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#84F1DF (or 0x84F1DF) is known color: Aquamarine. HEX triplet: 84, F1 and DF. RGB value is (132,241,223). Sum of RGB (Red+Green+Blue) = 132+241+223=596 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.15% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #84F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F1DF is #7B0E20. Grayscale: #CECECE. Windows color (decimal): -8064545 or 14676356. OLE color: 14676356.

HSL color Cylindrical-coordinate representation of color #84F1DF: hue angle of 170.09º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F1DF is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 241 223 -
CMYK 0.45 0 0.07 0.05
HSL 170.09º 0.8% 0.73% -
HSV(B) 170.09º 0.45% 0.95% -
XYZ 54.29 73.14 81.07 -
YUV 206.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 132 241 223 0.45 0 0.07 0.05 170.09 0.8 0.73
Hex 84 F1 DF 2D 0 7 5 AA 50 49
Octal 204 361 337 55 0 7 5 252 120 111
Binary 10000100 11110001 11011111 101101 0 111 101 10101010 1010000 1001001

Color Harmonies of #84F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F1DF

Black with #84F1DF

Text Example


Text Example

White with #84F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,241,223); }

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

background-color css

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

 a { background-color: rgb(132,241,223); }

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

border-color css

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

 span { border-color: rgb(132,241,223); }

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