Html Css Color HEX #83F1CE Aquamarine

📋 copy color: '#83F1CE'

red 131 ◦ green 241 ◦ blue 206

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

Shades of Aquamarine #83F1CE

Tints of Aquamarine #83F1CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 22.66%
G = 41.7%
B = 35.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#83F1CE (or 0x83F1CE) is known color: Aquamarine. HEX triplet: 83, F1 and CE. RGB value is (131,241,206). Sum of RGB (Red+Green+Blue) = 131+241+206=578 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.66% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #83F1CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F1CE is #7C0E31. Grayscale: #CCCCCC. Windows color (decimal): -8130098 or 13562243. OLE color: 13562243.

HSL color Cylindrical-coordinate representation of color #83F1CE: hue angle of 160.91º 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 #83F1CE is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 241 206 -
CMYK 0.46 0 0.15 0.05
HSL 160.91º 0.8% 0.73% -
HSV(B) 160.91º 0.46% 0.95% -
XYZ 51.96 72.19 69.59 -
YUV 204.12 129.06 75.85 -
System Red Green Blue C M Y K H S L
Decimal 131 241 206 0.46 0 0.15 0.05 160.91 0.8 0.73
Hex 83 F1 CE 2E 0 F 5 A1 50 49
Octal 203 361 316 56 0 17 5 241 120 111
Binary 10000011 11110001 11001110 101110 0 1111 101 10100001 1010000 1001001

Color Harmonies of #83F1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F1CE

Black with #83F1CE

Text Example


Text Example

White with #83F1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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