Html Css Color HEX #83ECCD Aquamarine

📋 copy color: '#83ECCD'

red 131 ◦ green 236 ◦ blue 205

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

Shades of Aquamarine #83ECCD

Tints of Aquamarine #83ECCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 22.9%
G = 41.26%
B = 35.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#83ECCD (or 0x83ECCD) is known color: Aquamarine. HEX triplet: 83, EC and CD. RGB value is (131,236,205). Sum of RGB (Red+Green+Blue) = 131+236+205=572 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.90% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECCD is #7C1332. Grayscale: #C9C9C9. Windows color (decimal): -8131379 or 13495427. OLE color: 13495427.

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

Color convert

RGB 131 236 205 -
CMYK 0.44 0 0.13 0.07
HSL 162.29º 0.73% 0.72% -
HSV(B) 162.29º 0.44% 0.93% -
XYZ 50.37 69.22 68.46 -
YUV 201.07 130.21 78.02 -
System Red Green Blue C M Y K H S L
Decimal 131 236 205 0.44 0 0.13 0.07 162.29 0.73 0.72
Hex 83 EC CD 2C 0 D 7 A2 49 48
Octal 203 354 315 54 0 15 7 242 111 110
Binary 10000011 11101100 11001101 101100 0 1101 111 10100010 1001001 1001000

Color Harmonies of #83ECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83ECCD

Black with #83ECCD

Text Example


Text Example

White with #83ECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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