Html Css Color HEX #83FDDC Aquamarine

📋 copy color: '#83FDDC'

red 131 ◦ green 253 ◦ blue 220

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

Shades of Aquamarine #83FDDC

Tints of Aquamarine #83FDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 21.69%
G = 41.89%
B = 36.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#83FDDC (or 0x83FDDC) is known color: Aquamarine. HEX triplet: 83, FD and DC. RGB value is (131,253,220). Sum of RGB (Red+Green+Blue) = 131+253+220=604 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.69% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #83FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FDDC is #7C0223. Grayscale: #D4D4D4. Windows color (decimal): -8127012 or 14482819. OLE color: 14482819.

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

Color convert

RGB 131 253 220 -
CMYK 0.48 0 0.13 0.01
HSL 163.77º 0.97% 0.75% -
HSV(B) 163.77º 0.48% 0.99% -
XYZ 57.4 80.24 80.17 -
YUV 212.76 132.08 69.68 -
System Red Green Blue C M Y K H S L
Decimal 131 253 220 0.48 0 0.13 0.01 163.77 0.97 0.75
Hex 83 FD DC 30 0 D 1 A4 61 4B
Octal 203 375 334 60 0 15 1 244 141 113
Binary 10000011 11111101 11011100 110000 0 1101 1 10100100 1100001 1001011

Color Harmonies of #83FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FDDC

Black with #83FDDC

Text Example


Text Example

White with #83FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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