Html Css Color HEX #83F1DF Aquamarine

📋 copy color: '#83F1DF'

red 131 ◦ green 241 ◦ blue 223

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

Shades of Aquamarine #83F1DF

Tints of Aquamarine #83F1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.5%

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

R = 22.02%
G = 40.5%
B = 37.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#83F1DF (or 0x83F1DF) is known color: Aquamarine. HEX triplet: 83, F1 and DF. RGB value is (131,241,223). Sum of RGB (Red+Green+Blue) = 131+241+223=595 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.02% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F1DF is #7C0E20. Grayscale: #CECECE. Windows color (decimal): -8130081 or 14676355. OLE color: 14676355.

HSL color Cylindrical-coordinate representation of color #83F1DF: hue angle of 170.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #83F1DF is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 241 223 -
CMYK 0.46 0 0.07 0.05
HSL 170.18º 0.8% 0.73% -
HSV(B) 170.18º 0.46% 0.95% -
XYZ 54.13 73.06 81.06 -
YUV 206.06 137.56 74.46 -
System Red Green Blue C M Y K H S L
Decimal 131 241 223 0.46 0 0.07 0.05 170.18 0.8 0.73
Hex 83 F1 DF 2E 0 7 5 AA 50 49
Octal 203 361 337 56 0 7 5 252 120 111
Binary 10000011 11110001 11011111 101110 0 111 101 10101010 1010000 1001001

Color Harmonies of #83F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F1DF

Black with #83F1DF

Text Example


Text Example

White with #83F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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