Html Css Color HEX #83ECC9 Aquamarine

📋 copy color: '#83ECC9'

red 131 ◦ green 236 ◦ blue 201

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

Shades of Aquamarine #83ECC9

Tints of Aquamarine #83ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 41.55%

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

R = 23.06%
G = 41.55%
B = 35.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#83ECC9 (or 0x83ECC9) is known color: Aquamarine. HEX triplet: 83, EC and C9. RGB value is (131,236,201). Sum of RGB (Red+Green+Blue) = 131+236+201=568 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.06% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECC9 is #7C1336. Grayscale: #C8C8C8. Windows color (decimal): -8131383 or 13233283. OLE color: 13233283.

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

Color convert

RGB 131 236 201 -
CMYK 0.44 0 0.15 0.07
HSL 160º 0.73% 0.72% -
HSV(B) 160º 0.44% 0.93% -
XYZ 49.9 69.03 65.95 -
YUV 200.62 128.21 78.35 -
System Red Green Blue C M Y K H S L
Decimal 131 236 201 0.44 0 0.15 0.07 160 0.73 0.72
Hex 83 EC C9 2C 0 F 7 A0 49 48
Octal 203 354 311 54 0 17 7 240 111 110
Binary 10000011 11101100 11001001 101100 0 1111 111 10100000 1001001 1001000

Color Harmonies of #83ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECC9

Black with #83ECC9

Text Example


Text Example

White with #83ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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