Html Css Color HEX #83EEC4 Aquamarine

📋 copy color: '#83EEC4'

red 131 ◦ green 238 ◦ blue 196

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

Shades of Aquamarine #83EEC4

Tints of Aquamarine #83EEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 23.19%
G = 42.12%
B = 34.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#83EEC4 (or 0x83EEC4) is known color: Aquamarine. HEX triplet: 83, EE and C4. RGB value is (131,238,196). Sum of RGB (Red+Green+Blue) = 131+238+196=565 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.19% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #83EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EEC4 is #7C113B. Grayscale: #C9C9C9. Windows color (decimal): -8130876 or 12906115. OLE color: 12906115.

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

Color convert

RGB 131 238 196 -
CMYK 0.45 0 0.18 0.07
HSL 156.45º 0.76% 0.72% -
HSV(B) 156.45º 0.45% 0.93% -
XYZ 49.9 69.96 63.1 -
YUV 201.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 131 238 196 0.45 0 0.18 0.07 156.45 0.76 0.72
Hex 83 EE C4 2D 0 12 7 9C 4C 48
Octal 203 356 304 55 0 22 7 234 114 110
Binary 10000011 11101110 11000100 101101 0 10010 111 10011100 1001100 1001000

Color Harmonies of #83EEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EEC4

Black with #83EEC4

Text Example


Text Example

White with #83EEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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