Html Css Color HEX #83ECD6 Aquamarine

📋 copy color: '#83ECD6'

red 131 ◦ green 236 ◦ blue 214

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

Shades of Aquamarine #83ECD6

Tints of Aquamarine #83ECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 22.55%
G = 40.62%
B = 36.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#83ECD6 (or 0x83ECD6) is known color: Aquamarine. HEX triplet: 83, EC and D6. RGB value is (131,236,214). Sum of RGB (Red+Green+Blue) = 131+236+214=581 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.55% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECD6 is #7C1329. Grayscale: #CACACA. Windows color (decimal): -8131370 or 14085251. OLE color: 14085251.

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

Color convert

RGB 131 236 214 -
CMYK 0.44 0 0.09 0.07
HSL 167.43º 0.73% 0.72% -
HSV(B) 167.43º 0.44% 0.93% -
XYZ 51.49 69.67 74.35 -
YUV 202.1 134.71 77.29 -
System Red Green Blue C M Y K H S L
Decimal 131 236 214 0.44 0 0.09 0.07 167.43 0.73 0.72
Hex 83 EC D6 2C 0 9 7 A7 49 48
Octal 203 354 326 54 0 11 7 247 111 110
Binary 10000011 11101100 11010110 101100 0 1001 111 10100111 1001001 1001000

Color Harmonies of #83ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECD6

Black with #83ECD6

Text Example


Text Example

White with #83ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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