Html Css Color HEX #83FAB8 Aquamarine

📋 copy color: '#83FAB8'

red 131 ◦ green 250 ◦ blue 184

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

Shades of Aquamarine #83FAB8

Tints of Aquamarine #83FAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 32.57%

R = 23.19%
G = 44.25%
B = 32.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#83FAB8 (or 0x83FAB8) is known color: Aquamarine. HEX triplet: 83, FA and B8. RGB value is (131,250,184). Sum of RGB (Red+Green+Blue) = 131+250+184=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 184 (72.27% from 255 or 32.57% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #83FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FAB8 is #7C0547. Grayscale: #CFCFCF. Windows color (decimal): -8127816 or 12122755. OLE color: 12122755.

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

Color convert

RGB 131 250 184 -
CMYK 0.48 0 0.26 0.02
HSL 146.72º 0.92% 0.75% -
HSV(B) 146.72º 0.48% 0.98% -
XYZ 52.2 76.66 57.39 -
YUV 206.9 115.08 73.87 -
System Red Green Blue C M Y K H S L
Decimal 131 250 184 0.48 0 0.26 0.02 146.72 0.92 0.75
Hex 83 FA B8 30 0 1A 2 93 5C 4B
Octal 203 372 270 60 0 32 2 223 134 113
Binary 10000011 11111010 10111000 110000 0 11010 10 10010011 1011100 1001011

Color Harmonies of #83FAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FAB8

Black with #83FAB8

Text Example


Text Example

White with #83FAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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