Html Css Color HEX #83F3C5 Aquamarine

📋 copy color: '#83F3C5'

red 131 ◦ green 243 ◦ blue 197

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

Shades of Aquamarine #83F3C5

Tints of Aquamarine #83F3C5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.56%

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 22.94%
G = 42.56%
B = 34.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#83F3C5 (or 0x83F3C5) is known color: Aquamarine. HEX triplet: 83, F3 and C5. RGB value is (131,243,197). Sum of RGB (Red+Green+Blue) = 131+243+197=571 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.94% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #83F3C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F3C5 is #7C0C3A. Grayscale: #CCCCCC. Windows color (decimal): -8129595 or 12972931. OLE color: 12972931.

HSL color Cylindrical-coordinate representation of color #83F3C5: hue angle of 155.36º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F3C5 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 243 197 -
CMYK 0.46 0 0.19 0.05
HSL 155.36º 0.82% 0.73% -
HSV(B) 155.36º 0.46% 0.95% -
XYZ 51.49 72.96 64.19 -
YUV 204.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 131 243 197 0.46 0 0.19 0.05 155.36 0.82 0.73
Hex 83 F3 C5 2E 0 13 5 9B 52 49
Octal 203 363 305 56 0 23 5 233 122 111
Binary 10000011 11110011 11000101 101110 0 10011 101 10011011 1010010 1001001

Color Harmonies of #83F3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F3C5

Black with #83F3C5

Text Example


Text Example

White with #83F3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,243,197); }

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

background-color css

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

 a { background-color: rgb(131,243,197); }

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

border-color css

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

 span { border-color: rgb(131,243,197); }

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