Html Css Color HEX #84FBCE Aquamarine

📋 copy color: '#84FBCE'

red 132 ◦ green 251 ◦ blue 206

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

Shades of Aquamarine #84FBCE

Tints of Aquamarine #84FBCE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.61%

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

R = 22.41%
G = 42.61%
B = 34.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#84FBCE (or 0x84FBCE) is known color: Aquamarine. HEX triplet: 84, FB and CE. RGB value is (132,251,206). Sum of RGB (Red+Green+Blue) = 132+251+206=589 (78% of max value = 765). Red value is 132 (51.95% from 255 or 22.41% from 589); Green value is 251 (98.44% from 255 or 42.61% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84FBCE is #7B0431. Grayscale: #D2D2D2. Windows color (decimal): -8062002 or 13564804. OLE color: 13564804.

HSL color Cylindrical-coordinate representation of color #84FBCE: hue angle of 157.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBCE is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 251 206 -
CMYK 0.47 0 0.18 0.02
HSL 157.31º 0.94% 0.75% -
HSV(B) 157.31º 0.47% 0.98% -
XYZ 55.15 78.36 70.61 -
YUV 210.29 125.58 72.16 -
System Red Green Blue C M Y K H S L
Decimal 132 251 206 0.47 0 0.18 0.02 157.31 0.94 0.75
Hex 84 FB CE 2F 0 12 2 9D 5E 4B
Octal 204 373 316 57 0 22 2 235 136 113
Binary 10000100 11111011 11001110 101111 0 10010 10 10011101 1011110 1001011

Color Harmonies of #84FBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FBCE

Black with #84FBCE

Text Example


Text Example

White with #84FBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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