Html Css Color HEX #83EFC1 Aquamarine

📋 copy color: '#83EFC1'

red 131 ◦ green 239 ◦ blue 193

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

Shades of Aquamarine #83EFC1

Tints of Aquamarine #83EFC1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.45%

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 23.27%
G = 42.45%
B = 34.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#83EFC1 (or 0x83EFC1) is known color: Aquamarine. HEX triplet: 83, EF and C1. RGB value is (131,239,193). Sum of RGB (Red+Green+Blue) = 131+239+193=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFC1 is #7C103E. Grayscale: #C9C9C9. Windows color (decimal): -8130623 or 12709763. OLE color: 12709763.

HSL color Cylindrical-coordinate representation of color #83EFC1: hue angle of 154.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFC1 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 193 -
CMYK 0.45 0 0.19 0.06
HSL 154.44º 0.77% 0.73% -
HSV(B) 154.44º 0.45% 0.94% -
XYZ 49.85 70.41 61.41 -
YUV 201.46 123.22 77.74 -
System Red Green Blue C M Y K H S L
Decimal 131 239 193 0.45 0 0.19 0.06 154.44 0.77 0.73
Hex 83 EF C1 2D 0 13 6 9A 4D 49
Octal 203 357 301 55 0 23 6 232 115 111
Binary 10000011 11101111 11000001 101101 0 10011 110 10011010 1001101 1001001

Color Harmonies of #83EFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFC1

Black with #83EFC1

Text Example


Text Example

White with #83EFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,239,193); }

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

background-color css

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

 a { background-color: rgb(131,239,193); }

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

border-color css

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

 span { border-color: rgb(131,239,193); }

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