Html Css Color HEX #83EECC Aquamarine

📋 copy color: '#83EECC'

red 131 ◦ green 238 ◦ blue 204

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

Shades of Aquamarine #83EECC

Tints of Aquamarine #83EECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 22.86%
G = 41.54%
B = 35.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#83EECC (or 0x83EECC) is known color: Aquamarine. HEX triplet: 83, EE and CC. RGB value is (131,238,204). Sum of RGB (Red+Green+Blue) = 131+238+204=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #83EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EECC is #7C1133. Grayscale: #CACACA. Windows color (decimal): -8130868 or 13430403. OLE color: 13430403.

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

Color convert

RGB 131 238 204 -
CMYK 0.45 0 0.14 0.07
HSL 160.93º 0.76% 0.72% -
HSV(B) 160.93º 0.45% 0.93% -
XYZ 50.83 70.33 68.02 -
YUV 202.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 131 238 204 0.45 0 0.14 0.07 160.93 0.76 0.72
Hex 83 EE CC 2D 0 E 7 A1 4C 48
Octal 203 356 314 55 0 16 7 241 114 110
Binary 10000011 11101110 11001100 101101 0 1110 111 10100001 1001100 1001000

Color Harmonies of #83EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EECC

Black with #83EECC

Text Example


Text Example

White with #83EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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