Html Css Color HEX #83EEC2 Aquamarine

📋 copy color: '#83EEC2'

red 131 ◦ green 238 ◦ blue 194

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

Shades of Aquamarine #83EEC2

Tints of Aquamarine #83EEC2

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.27%

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

R = 23.27%
G = 42.27%
B = 34.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#83EEC2 (or 0x83EEC2) is known color: Aquamarine. HEX triplet: 83, EE and C2. RGB value is (131,238,194). Sum of RGB (Red+Green+Blue) = 131+238+194=563 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.27% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEC2 is #7C113D. Grayscale: #C9C9C9. Windows color (decimal): -8130878 or 12775043. OLE color: 12775043.

HSL color Cylindrical-coordinate representation of color #83EEC2: hue angle of 155.33º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EEC2 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 238 194 -
CMYK 0.45 0 0.18 0.07
HSL 155.33º 0.76% 0.72% -
HSV(B) 155.33º 0.45% 0.93% -
XYZ 49.67 69.87 61.91 -
YUV 200.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 131 238 194 0.45 0 0.18 0.07 155.33 0.76 0.72
Hex 83 EE C2 2D 0 12 7 9B 4C 48
Octal 203 356 302 55 0 22 7 233 114 110
Binary 10000011 11101110 11000010 101101 0 10010 111 10011011 1001100 1001000

Color Harmonies of #83EEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEC2

Black with #83EEC2

Text Example


Text Example

White with #83EEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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