Html Css Color HEX #83FBDB Aquamarine

📋 copy color: '#83FBDB'

red 131 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #83FBDB

Tints of Aquamarine #83FBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 21.8%
G = 41.76%
B = 36.44%

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

#83FBDB (or 0x83FBDB) is known color: Aquamarine. HEX triplet: 83, FB and DB. RGB value is (131,251,219). Sum of RGB (Red+Green+Blue) = 131+251+219=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 251 - color contains mainly: green. Hex color #83FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FBDB is #7C0424. Grayscale: #D3D3D3. Windows color (decimal): -8127525 or 14416771. OLE color: 14416771.

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

Color convert

RGB 131 251 219 -
CMYK 0.48 0 0.13 0.02
HSL 164º 0.94% 0.75% -
HSV(B) 164º 0.48% 0.98% -
XYZ 56.64 78.93 79.27 -
YUV 211.47 132.24 70.6 -
System Red Green Blue C M Y K H S L
Decimal 131 251 219 0.48 0 0.13 0.02 164 0.94 0.75
Hex 83 FB DB 30 0 D 2 A4 5E 4B
Octal 203 373 333 60 0 15 2 244 136 113
Binary 10000011 11111011 11011011 110000 0 1101 10 10100100 1011110 1001011

Color Harmonies of #83FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FBDB

Black with #83FBDB

Text Example


Text Example

White with #83FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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