Html Css Color HEX #83EEC9 Aquamarine

📋 copy color: '#83EEC9'

red 131 ◦ green 238 ◦ blue 201

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

Shades of Aquamarine #83EEC9

Tints of Aquamarine #83EEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.26%

R = 22.98%
G = 41.75%
B = 35.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#83EEC9 (or 0x83EEC9) is known color: Aquamarine. HEX triplet: 83, EE and C9. RGB value is (131,238,201). Sum of RGB (Red+Green+Blue) = 131+238+201=570 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.98% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEC9 is #7C1136. Grayscale: #C9C9C9. Windows color (decimal): -8130871 or 13233795. OLE color: 13233795.

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

Color convert

RGB 131 238 201 -
CMYK 0.45 0 0.16 0.07
HSL 159.25º 0.76% 0.72% -
HSV(B) 159.25º 0.45% 0.93% -
XYZ 50.48 70.19 66.15 -
YUV 201.79 127.55 77.51 -
System Red Green Blue C M Y K H S L
Decimal 131 238 201 0.45 0 0.16 0.07 159.25 0.76 0.72
Hex 83 EE C9 2D 0 10 7 9F 4C 48
Octal 203 356 311 55 0 20 7 237 114 110
Binary 10000011 11101110 11001001 101101 0 10000 111 10011111 1001100 1001000

Color Harmonies of #83EEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEC9

Black with #83EEC9

Text Example


Text Example

White with #83EEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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