Html Css Color HEX #83F0CD Aquamarine

📋 copy color: '#83F0CD'

red 131 ◦ green 240 ◦ blue 205

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

Shades of Aquamarine #83F0CD

Tints of Aquamarine #83F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.67%

 BLUE value IS 205 (80.47% from 255) = 35.59%

R = 22.74%
G = 41.67%
B = 35.59%

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

#83F0CD (or 0x83F0CD) is known color: Aquamarine. HEX triplet: 83, F0 and CD. RGB value is (131,240,205). Sum of RGB (Red+Green+Blue) = 131+240+205=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #83F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F0CD is #7C0F32. Grayscale: #CBCBCB. Windows color (decimal): -8130355 or 13496451. OLE color: 13496451.

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

Color convert

RGB 131 240 205 -
CMYK 0.45 0 0.15 0.06
HSL 160.73º 0.78% 0.73% -
HSV(B) 160.73º 0.45% 0.94% -
XYZ 51.54 71.55 68.85 -
YUV 203.42 128.89 76.35 -
System Red Green Blue C M Y K H S L
Decimal 131 240 205 0.45 0 0.15 0.06 160.73 0.78 0.73
Hex 83 F0 CD 2D 0 F 6 A1 4E 49
Octal 203 360 315 55 0 17 6 241 116 111
Binary 10000011 11110000 11001101 101101 0 1111 110 10100001 1001110 1001001

Color Harmonies of #83F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F0CD

Black with #83F0CD

Text Example


Text Example

White with #83F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,240,205); }

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

background-color css

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

 a { background-color: rgb(131,240,205); }

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

border-color css

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

 span { border-color: rgb(131,240,205); }

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