Html Css Color HEX #83FCDA Aquamarine

📋 copy color: '#83FCDA'

red 131 ◦ green 252 ◦ blue 218

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

Shades of Aquamarine #83FCDA

Tints of Aquamarine #83FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.93%

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

R = 21.8%
G = 41.93%
B = 36.27%

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

#83FCDA (or 0x83FCDA) is known color: Aquamarine. HEX triplet: 83, FC and DA. RGB value is (131,252,218). Sum of RGB (Red+Green+Blue) = 131+252+218=601 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.80% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 218 (85.55% from 255 or 36.27% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCDA is #7C0325. Grayscale: #D3D3D3. Windows color (decimal): -8127270 or 14351491. OLE color: 14351491.

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

Color convert

RGB 131 252 218 -
CMYK 0.48 0 0.13 0.01
HSL 163.14º 0.95% 0.75% -
HSV(B) 163.14º 0.48% 0.99% -
XYZ 56.83 79.51 78.68 -
YUV 211.95 131.41 70.26 -
System Red Green Blue C M Y K H S L
Decimal 131 252 218 0.48 0 0.13 0.01 163.14 0.95 0.75
Hex 83 FC DA 30 0 D 1 A3 5F 4B
Octal 203 374 332 60 0 15 1 243 137 113
Binary 10000011 11111100 11011010 110000 0 1101 1 10100011 1011111 1001011

Color Harmonies of #83FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FCDA

Black with #83FCDA

Text Example


Text Example

White with #83FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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