Html Css Color HEX #83FDDF Aquamarine

📋 copy color: '#83FDDF'

red 131 ◦ green 253 ◦ blue 223

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

Shades of Aquamarine #83FDDF

Tints of Aquamarine #83FDDF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.68%

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

R = 21.58%
G = 41.68%
B = 36.74%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#83FDDF (or 0x83FDDF) is known color: Aquamarine. HEX triplet: 83, FD and DF. RGB value is (131,253,223). Sum of RGB (Red+Green+Blue) = 131+253+223=607 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.58% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #83FDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FDDF is #7C0220. Grayscale: #D5D5D5. Windows color (decimal): -8127009 or 14679427. OLE color: 14679427.

HSL color Cylindrical-coordinate representation of color #83FDDF: hue angle of 165.25º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FDDF is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 253 223 -
CMYK 0.48 0 0.12 0.01
HSL 165.25º 0.97% 0.75% -
HSV(B) 165.25º 0.48% 0.99% -
XYZ 57.8 80.4 82.28 -
YUV 213.1 133.58 69.44 -
System Red Green Blue C M Y K H S L
Decimal 131 253 223 0.48 0 0.12 0.01 165.25 0.97 0.75
Hex 83 FD DF 30 0 C 1 A5 61 4B
Octal 203 375 337 60 0 14 1 245 141 113
Binary 10000011 11111101 11011111 110000 0 1100 1 10100101 1100001 1001011

Color Harmonies of #83FDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FDDF

Black with #83FDDF

Text Example


Text Example

White with #83FDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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