Html Css Color HEX #83EFE2 Aquamarine

📋 copy color: '#83EFE2'

red 131 ◦ green 239 ◦ blue 226

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

Shades of Aquamarine #83EFE2

Tints of Aquamarine #83EFE2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.1%

 BLUE value IS 226 (88.67% from 255) = 37.92%

R = 21.98%
G = 40.1%
B = 37.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#83EFE2 (or 0x83EFE2) is known color: Aquamarine. HEX triplet: 83, EF and E2. RGB value is (131,239,226). Sum of RGB (Red+Green+Blue) = 131+239+226=596 (78% of max value = 765). Red value is 131 (51.56% from 255 or 21.98% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 226 (88.67% from 255 or 37.92% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFE2 is #7C101D. Grayscale: #CDCDCD. Windows color (decimal): -8130590 or 14872451. OLE color: 14872451.

HSL color Cylindrical-coordinate representation of color #83EFE2: hue angle of 172.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83EFE2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 239 226 -
CMYK 0.45 0 0.05 0.06
HSL 172.78º 0.77% 0.73% -
HSV(B) 172.78º 0.45% 0.94% -
XYZ 53.95 72.05 83.01 -
YUV 205.23 139.72 75.06 -
System Red Green Blue C M Y K H S L
Decimal 131 239 226 0.45 0 0.05 0.06 172.78 0.77 0.73
Hex 83 EF E2 2D 0 5 6 AD 4D 49
Octal 203 357 342 55 0 5 6 255 115 111
Binary 10000011 11101111 11100010 101101 0 101 110 10101101 1001101 1001001

Color Harmonies of #83EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFE2

Black with #83EFE2

Text Example


Text Example

White with #83EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,239,226); }

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

background-color css

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

 a { background-color: rgb(131,239,226); }

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

border-color css

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

 span { border-color: rgb(131,239,226); }

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