Html Css Color HEX #83FBDA Aquamarine

📋 copy color: '#83FBDA'

red 131 ◦ green 251 ◦ blue 218

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

Shades of Aquamarine #83FBDA

Tints of Aquamarine #83FBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.33%

R = 21.83%
G = 41.83%
B = 36.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#83FBDA (or 0x83FBDA) is known color: Aquamarine. HEX triplet: 83, FB and DA. RGB value is (131,251,218). Sum of RGB (Red+Green+Blue) = 131+251+218=600 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.83% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBDA is #7C0425. Grayscale: #D3D3D3. Windows color (decimal): -8127526 or 14351235. OLE color: 14351235.

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

Color convert

RGB 131 251 218 -
CMYK 0.48 0 0.13 0.02
HSL 163.5º 0.94% 0.75% -
HSV(B) 163.5º 0.48% 0.98% -
XYZ 56.51 78.88 78.58 -
YUV 211.36 131.74 70.68 -
System Red Green Blue C M Y K H S L
Decimal 131 251 218 0.48 0 0.13 0.02 163.5 0.94 0.75
Hex 83 FB DA 30 0 D 2 A4 5E 4B
Octal 203 373 332 60 0 15 2 244 136 113
Binary 10000011 11111011 11011010 110000 0 1101 10 10100100 1011110 1001011

Color Harmonies of #83FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FBDA

Black with #83FBDA

Text Example


Text Example

White with #83FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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