Html Css Color HEX #83FABB Aquamarine

📋 copy color: '#83FABB'

red 131 ◦ green 250 ◦ blue 187

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

Shades of Aquamarine #83FABB

Tints of Aquamarine #83FABB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.01%

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

R = 23.06%
G = 44.01%
B = 32.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#83FABB (or 0x83FABB) is known color: Aquamarine. HEX triplet: 83, FA and BB. RGB value is (131,250,187). Sum of RGB (Red+Green+Blue) = 131+250+187=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #83FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FABB is #7C0544. Grayscale: #CFCFCF. Windows color (decimal): -8127813 or 12319363. OLE color: 12319363.

HSL color Cylindrical-coordinate representation of color #83FABB: hue angle of 148.24º degrees, saturation: 0.92, 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 #83FABB is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 250 187 -
CMYK 0.48 0 0.25 0.02
HSL 148.24º 0.92% 0.75% -
HSV(B) 148.24º 0.48% 0.98% -
XYZ 52.52 76.78 59.07 -
YUV 207.24 116.58 73.62 -
System Red Green Blue C M Y K H S L
Decimal 131 250 187 0.48 0 0.25 0.02 148.24 0.92 0.75
Hex 83 FA BB 30 0 19 2 94 5C 4B
Octal 203 372 273 60 0 31 2 224 134 113
Binary 10000011 11111010 10111011 110000 0 11001 10 10010100 1011100 1001011

Color Harmonies of #83FABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FABB

Black with #83FABB

Text Example


Text Example

White with #83FABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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