Html Css Color HEX #83FBBE Aquamarine

📋 copy color: '#83FBBE'

red 131 ◦ green 251 ◦ blue 190

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

Shades of Aquamarine #83FBBE

Tints of Aquamarine #83FBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 22.9%
G = 43.88%
B = 33.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#83FBBE (or 0x83FBBE) is known color: Aquamarine. HEX triplet: 83, FB and BE. RGB value is (131,251,190). Sum of RGB (Red+Green+Blue) = 131+251+190=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 251 (98.44% from 255 or 43.88% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBBE is #7C0441. Grayscale: #D0D0D0. Windows color (decimal): -8127554 or 12516227. OLE color: 12516227.

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

Color convert

RGB 131 251 190 -
CMYK 0.48 0 0.24 0.02
HSL 149.5º 0.94% 0.75% -
HSV(B) 149.5º 0.48% 0.98% -
XYZ 53.15 77.54 60.88 -
YUV 208.17 117.74 72.96 -
System Red Green Blue C M Y K H S L
Decimal 131 251 190 0.48 0 0.24 0.02 149.5 0.94 0.75
Hex 83 FB BE 30 0 18 2 96 5E 4B
Octal 203 373 276 60 0 30 2 226 136 113
Binary 10000011 11111011 10111110 110000 0 11000 10 10010110 1011110 1001011

Color Harmonies of #83FBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FBBE

Black with #83FBBE

Text Example


Text Example

White with #83FBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,251,190); }

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

background-color css

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

 a { background-color: rgb(131,251,190); }

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

border-color css

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

 span { border-color: rgb(131,251,190); }

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