Html Css Color HEX #83EFCB Aquamarine

📋 copy color: '#83EFCB'

red 131 ◦ green 239 ◦ blue 203

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

Shades of Aquamarine #83EFCB

Tints of Aquamarine #83EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 22.86%
G = 41.71%
B = 35.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#83EFCB (or 0x83EFCB) is known color: Aquamarine. HEX triplet: 83, EF and CB. RGB value is (131,239,203). Sum of RGB (Red+Green+Blue) = 131+239+203=573 (75% of max value = 765). Red value is 131 (51.56% from 255 or 22.86% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #83EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EFCB is #7C1034. Grayscale: #CACACA. Windows color (decimal): -8130613 or 13365123. OLE color: 13365123.

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

Color convert

RGB 131 239 203 -
CMYK 0.45 0 0.15 0.06
HSL 160º 0.77% 0.73% -
HSV(B) 160º 0.45% 0.94% -
XYZ 51.01 70.87 67.49 -
YUV 202.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 131 239 203 0.45 0 0.15 0.06 160 0.77 0.73
Hex 83 EF CB 2D 0 F 6 A0 4D 49
Octal 203 357 313 55 0 17 6 240 115 111
Binary 10000011 11101111 11001011 101101 0 1111 110 10100000 1001101 1001001

Color Harmonies of #83EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83EFCB

Black with #83EFCB

Text Example


Text Example

White with #83EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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