Html Css Color HEX #83EFC2 Aquamarine

📋 copy color: '#83EFC2'

red 131 ◦ green 239 ◦ blue 194

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

Shades of Aquamarine #83EFC2

Tints of Aquamarine #83EFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.4%

R = 23.23%
G = 42.38%
B = 34.4%

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

#83EFC2 (or 0x83EFC2) is known color: Aquamarine. HEX triplet: 83, EF and C2. RGB value is (131,239,194). Sum of RGB (Red+Green+Blue) = 131+239+194=564 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.23% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFC2 is #7C103D. Grayscale: #C9C9C9. Windows color (decimal): -8130622 or 12775299. OLE color: 12775299.

HSL color Cylindrical-coordinate representation of color #83EFC2: hue angle of 155º 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 #83EFC2 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 194 -
CMYK 0.45 0 0.19 0.06
HSL 155º 0.77% 0.73% -
HSV(B) 155º 0.45% 0.94% -
XYZ 49.96 70.45 62 -
YUV 201.58 123.72 77.66 -
System Red Green Blue C M Y K H S L
Decimal 131 239 194 0.45 0 0.19 0.06 155 0.77 0.73
Hex 83 EF C2 2D 0 13 6 9B 4D 49
Octal 203 357 302 55 0 23 6 233 115 111
Binary 10000011 11101111 11000010 101101 0 10011 110 10011011 1001101 1001001

Color Harmonies of #83EFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFC2

Black with #83EFC2

Text Example


Text Example

White with #83EFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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