Html Css Color HEX #83F8DF Aquamarine

📋 copy color: '#83F8DF'

red 131 ◦ green 248 ◦ blue 223

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

Shades of Aquamarine #83F8DF

Tints of Aquamarine #83F8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.2%

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

R = 21.76%
G = 41.2%
B = 37.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#83F8DF (or 0x83F8DF) is known color: Aquamarine. HEX triplet: 83, F8 and DF. RGB value is (131,248,223). Sum of RGB (Red+Green+Blue) = 131+248+223=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8DF is #7C0720. Grayscale: #D2D2D2. Windows color (decimal): -8128289 or 14678147. OLE color: 14678147.

HSL color Cylindrical-coordinate representation of color #83F8DF: hue angle of 167.18º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8DF is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 248 223 -
CMYK 0.47 0 0.10 0.03
HSL 167.18º 0.89% 0.74% -
HSV(B) 167.18º 0.47% 0.97% -
XYZ 56.25 77.29 81.77 -
YUV 210.17 135.24 71.53 -
System Red Green Blue C M Y K H S L
Decimal 131 248 223 0.47 0 0.10 0.03 167.18 0.89 0.74
Hex 83 F8 DF 2F 0 A 3 A7 59 4A
Octal 203 370 337 57 0 12 3 247 131 112
Binary 10000011 11111000 11011111 101111 0 1010 11 10100111 1011001 1001010

Color Harmonies of #83F8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F8DF

Black with #83F8DF

Text Example


Text Example

White with #83F8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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