Html Css Color HEX #83FFDF Aquamarine

📋 copy color: '#83FFDF'

red 131 ◦ green 255 ◦ blue 223

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

Shades of Aquamarine #83FFDF

Tints of Aquamarine #83FFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 41.87%

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 21.51%
G = 41.87%
B = 36.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#83FFDF (or 0x83FFDF) is known color: Aquamarine. HEX triplet: 83, FF and DF. RGB value is (131,255,223). Sum of RGB (Red+Green+Blue) = 131+255+223=609 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.51% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFDF is #7C0020. Grayscale: #D6D6D6. Windows color (decimal): -8126497 or 14679939. OLE color: 14679939.

HSL color Cylindrical-coordinate representation of color #83FFDF: hue angle of 164.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFDF is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 131 255 223 -
CMYK 0.49 0 0.13 0
HSL 164.52º 1% 0.76% -
HSV(B) 164.52º 0.49% 1% -
XYZ 58.44 81.67 82.5 -
YUV 214.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 131 255 223 0.49 0 0.13 0 164.52 1 0.76
Hex 83 FF DF 31 0 D 0 A5 64 4C
Octal 203 377 337 61 0 15 0 245 144 114
Binary 10000011 11111111 11011111 110001 0 1101 0 10100101 1100100 1001100

Color Harmonies of #83FFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFDF

Black with #83FFDF

Text Example


Text Example

White with #83FFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,255,223); }

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

background-color css

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

 a { background-color: rgb(131,255,223); }

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

border-color css

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

 span { border-color: rgb(131,255,223); }

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