Html Css Color HEX #84FFCF Aquamarine

📋 copy color: '#84FFCF'

red 132 ◦ green 255 ◦ blue 207

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

Shades of Aquamarine #84FFCF

Tints of Aquamarine #84FFCF

RGB

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

 GREEN value IS 255 (100% from 255) = 42.93%

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 22.22%
G = 42.93%
B = 34.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#84FFCF (or 0x84FFCF) is known color: Aquamarine. HEX triplet: 84, FF and CF. RGB value is (132,255,207). Sum of RGB (Red+Green+Blue) = 132+255+207=594 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.22% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFCF is #7B0030. Grayscale: #D4D4D4. Windows color (decimal): -8060977 or 13631364. OLE color: 13631364.

HSL color Cylindrical-coordinate representation of color #84FFCF: hue angle of 156.59º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FFCF is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 132 255 207 -
CMYK 0.48 0 0.19 0
HSL 156.59º 1% 0.76% -
HSV(B) 156.59º 0.48% 1% -
XYZ 56.54 80.93 71.67 -
YUV 212.75 124.75 70.4 -
System Red Green Blue C M Y K H S L
Decimal 132 255 207 0.48 0 0.19 0 156.59 1 0.76
Hex 84 FF CF 30 0 13 0 9D 64 4C
Octal 204 377 317 60 0 23 0 235 144 114
Binary 10000100 11111111 11001111 110000 0 10011 0 10011101 1100100 1001100

Color Harmonies of #84FFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFCF

Black with #84FFCF

Text Example


Text Example

White with #84FFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,255,207); }

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

background-color css

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

 a { background-color: rgb(132,255,207); }

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

border-color css

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

 span { border-color: rgb(132,255,207); }

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