Html Css Color HEX #84FFCC Aquamarine

📋 copy color: '#84FFCC'

red 132 ◦ green 255 ◦ blue 204

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

Shades of Aquamarine #84FFCC

Tints of Aquamarine #84FFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.52%

R = 22.34%
G = 43.15%
B = 34.52%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#84FFCC (or 0x84FFCC) is known color: Aquamarine. HEX triplet: 84, FF and CC. RGB value is (132,255,204). Sum of RGB (Red+Green+Blue) = 132+255+204=591 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.34% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #84FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FFCC is #7B0033. Grayscale: #D4D4D4. Windows color (decimal): -8060980 or 13434756. OLE color: 13434756.

HSL color Cylindrical-coordinate representation of color #84FFCC: hue angle of 155.12º 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 #84FFCC is Cyan = 0.48, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 132 255 204 -
CMYK 0.48 0 0.2 0
HSL 155.12º 1% 0.76% -
HSV(B) 155.12º 0.48% 1% -
XYZ 56.17 80.79 69.76 -
YUV 212.41 123.25 70.65 -
System Red Green Blue C M Y K H S L
Decimal 132 255 204 0.48 0 0.2 0 155.12 1 0.76
Hex 84 FF CC 30 0 14 0 9B 64 4C
Octal 204 377 314 60 0 24 0 233 144 114
Binary 10000100 11111111 11001100 110000 0 10100 0 10011011 1100100 1001100

Color Harmonies of #84FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FFCC

Black with #84FFCC

Text Example


Text Example

White with #84FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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