Html Css Color HEX #83F7BA Aquamarine

📋 copy color: '#83F7BA'

red 131 ◦ green 247 ◦ blue 186

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

Shades of Aquamarine #83F7BA

Tints of Aquamarine #83F7BA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.79%

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 23.23%
G = 43.79%
B = 32.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#83F7BA (or 0x83F7BA) is known color: Aquamarine. HEX triplet: 83, F7 and BA. RGB value is (131,247,186). Sum of RGB (Red+Green+Blue) = 131+247+186=564 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.23% from 564); Green value is 247 (96.88% from 255 or 43.79% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 247 - color contains mainly: green. Hex color #83F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F7BA is #7C0845. Grayscale: #CDCDCD. Windows color (decimal): -8128582 or 12253059. OLE color: 12253059.

HSL color Cylindrical-coordinate representation of color #83F7BA: hue angle of 148.45º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F7BA is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 247 186 -
CMYK 0.47 0 0.25 0.03
HSL 148.45º 0.88% 0.74% -
HSV(B) 148.45º 0.47% 0.97% -
XYZ 51.48 74.89 58.2 -
YUV 205.36 117.07 74.96 -
System Red Green Blue C M Y K H S L
Decimal 131 247 186 0.47 0 0.25 0.03 148.45 0.88 0.74
Hex 83 F7 BA 2F 0 19 3 94 58 4A
Octal 203 367 272 57 0 31 3 224 130 112
Binary 10000011 11110111 10111010 101111 0 11001 11 10010100 1011000 1001010

Color Harmonies of #83F7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F7BA

Black with #83F7BA

Text Example


Text Example

White with #83F7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,247,186); }

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

background-color css

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

 a { background-color: rgb(131,247,186); }

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

border-color css

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

 span { border-color: rgb(131,247,186); }

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