Html Css Color HEX #83FFBB Aquamarine

📋 copy color: '#83FFBB'

red 131 ◦ green 255 ◦ blue 187

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

Shades of Aquamarine #83FFBB

Tints of Aquamarine #83FFBB

RGB

 RED value IS 131 (51.56% from 255) = 22.86%

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

 BLUE value IS 187 (73.44% from 255) = 32.64%

R = 22.86%
G = 44.5%
B = 32.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#83FFBB (or 0x83FFBB) is known color: Aquamarine. HEX triplet: 83, FF and BB. RGB value is (131,255,187). Sum of RGB (Red+Green+Blue) = 131+255+187=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFBB is #7C0044. Grayscale: #D2D2D2. Windows color (decimal): -8126533 or 12320643. OLE color: 12320643.

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

Color convert

RGB 131 255 187 -
CMYK 0.49 0 0.27 0
HSL 147.1º 1% 0.76% -
HSV(B) 147.1º 0.49% 1% -
XYZ 54.09 79.93 59.59 -
YUV 210.17 114.92 71.53 -
System Red Green Blue C M Y K H S L
Decimal 131 255 187 0.49 0 0.27 0 147.1 1 0.76
Hex 83 FF BB 31 0 1B 0 93 64 4C
Octal 203 377 273 61 0 33 0 223 144 114
Binary 10000011 11111111 10111011 110001 0 11011 0 10010011 1100100 1001100

Color Harmonies of #83FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFBB

Black with #83FFBB

Text Example


Text Example

White with #83FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83FFBB; }

 p { color: rgb(131,255,187); }

 H1.HeaderClassName
 {
   color: #83FFBB;
 }
 .AnyTagClassName
 {
   color: #83FFBB;
 }
</style>

background-color css

<style>
 a { background-color: #83FFBB; }

 a { background-color: rgb(131,255,187); }

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

border-color css

<style>
 span { border-color: #83FFBB; }

 span { border-color: rgb(131,255,187); }

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