Html Css Color HEX #83EECE Aquamarine

📋 copy color: '#83EECE'

red 131 ◦ green 238 ◦ blue 206

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

Shades of Aquamarine #83EECE

Tints of Aquamarine #83EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.83%

R = 22.78%
G = 41.39%
B = 35.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#83EECE (or 0x83EECE) is known color: Aquamarine. HEX triplet: 83, EE and CE. RGB value is (131,238,206). Sum of RGB (Red+Green+Blue) = 131+238+206=575 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.78% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #83EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EECE is #7C1131. Grayscale: #CACACA. Windows color (decimal): -8130866 or 13561475. OLE color: 13561475.

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

Color convert

RGB 131 238 206 -
CMYK 0.45 0 0.13 0.07
HSL 162.06º 0.76% 0.72% -
HSV(B) 162.06º 0.45% 0.93% -
XYZ 51.08 70.43 69.3 -
YUV 202.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 131 238 206 0.45 0 0.13 0.07 162.06 0.76 0.72
Hex 83 EE CE 2D 0 D 7 A2 4C 48
Octal 203 356 316 55 0 15 7 242 114 110
Binary 10000011 11101110 11001110 101101 0 1101 111 10100010 1001100 1001000

Color Harmonies of #83EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EECE

Black with #83EECE

Text Example


Text Example

White with #83EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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