Html Css Color HEX #84F3B8 Aquamarine

📋 copy color: '#84F3B8'

red 132 ◦ green 243 ◦ blue 184

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

Shades of Aquamarine #84F3B8

Tints of Aquamarine #84F3B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.92%

R = 23.61%
G = 43.47%
B = 32.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#84F3B8 (or 0x84F3B8) is known color: Aquamarine. HEX triplet: 84, F3 and B8. RGB value is (132,243,184). Sum of RGB (Red+Green+Blue) = 132+243+184=559 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.61% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 184 (72.27% from 255 or 32.92% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3B8 is #7B0C47. Grayscale: #CBCBCB. Windows color (decimal): -8064072 or 12120964. OLE color: 12120964.

HSL color Cylindrical-coordinate representation of color #84F3B8: hue angle of 148.11º 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 #84F3B8 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 243 184 -
CMYK 0.46 0 0.24 0.05
HSL 148.11º 0.82% 0.74% -
HSV(B) 148.11º 0.46% 0.95% -
XYZ 50.22 72.47 56.69 -
YUV 203.09 117.23 77.3 -
System Red Green Blue C M Y K H S L
Decimal 132 243 184 0.46 0 0.24 0.05 148.11 0.82 0.74
Hex 84 F3 B8 2E 0 18 5 94 52 4A
Octal 204 363 270 56 0 30 5 224 122 112
Binary 10000100 11110011 10111000 101110 0 11000 101 10010100 1010010 1001010

Color Harmonies of #84F3B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F3B8

Black with #84F3B8

Text Example


Text Example

White with #84F3B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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