Html Css Color HEX #84F3CE Aquamarine

📋 copy color: '#84F3CE'

red 132 ◦ green 243 ◦ blue 206

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

Shades of Aquamarine #84F3CE

Tints of Aquamarine #84F3CE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.82%

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 22.72%
G = 41.82%
B = 35.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#84F3CE (or 0x84F3CE) is known color: Aquamarine. HEX triplet: 84, F3 and CE. RGB value is (132,243,206). Sum of RGB (Red+Green+Blue) = 132+243+206=581 (76% of max value = 765). Red value is 132 (51.95% from 255 or 22.72% from 581); Green value is 243 (95.31% from 255 or 41.82% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3CE is #7B0C31. Grayscale: #CDCDCD. Windows color (decimal): -8064050 or 13562756. OLE color: 13562756.

HSL color Cylindrical-coordinate representation of color #84F3CE: hue angle of 160º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3CE is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 243 206 -
CMYK 0.46 0 0.15 0.05
HSL 160º 0.82% 0.74% -
HSV(B) 160º 0.46% 0.95% -
XYZ 52.71 73.46 69.79 -
YUV 205.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 132 243 206 0.46 0 0.15 0.05 160 0.82 0.74
Hex 84 F3 CE 2E 0 F 5 A0 52 4A
Octal 204 363 316 56 0 17 5 240 122 112
Binary 10000100 11110011 11001110 101110 0 1111 101 10100000 1010010 1001010

Color Harmonies of #84F3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F3CE

Black with #84F3CE

Text Example


Text Example

White with #84F3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,243,206); }

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

background-color css

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

 a { background-color: rgb(132,243,206); }

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

border-color css

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

 span { border-color: rgb(132,243,206); }

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