Html Css Color HEX #83FFCD Aquamarine

📋 copy color: '#83FFCD'

red 131 ◦ green 255 ◦ blue 205

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

Shades of Aquamarine #83FFCD

Tints of Aquamarine #83FFCD

RGB

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

 GREEN value IS 255 (100% from 255) = 43.15%

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

R = 22.17%
G = 43.15%
B = 34.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#83FFCD (or 0x83FFCD) is known color: Aquamarine. HEX triplet: 83, FF and CD. RGB value is (131,255,205). Sum of RGB (Red+Green+Blue) = 131+255+205=591 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.17% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFCD is #7C0032. Grayscale: #D4D4D4. Windows color (decimal): -8126515 or 13500291. OLE color: 13500291.

HSL color Cylindrical-coordinate representation of color #83FFCD: hue angle of 155.81º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #83FFCD is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 131 255 205 -
CMYK 0.49 0 0.20 0
HSL 155.81º 1% 0.76% -
HSV(B) 155.81º 0.49% 1% -
XYZ 56.14 80.75 70.39 -
YUV 212.22 123.92 70.07 -
System Red Green Blue C M Y K H S L
Decimal 131 255 205 0.49 0 0.20 0 155.81 1 0.76
Hex 83 FF CD 31 0 14 0 9C 64 4C
Octal 203 377 315 61 0 24 0 234 144 114
Binary 10000011 11111111 11001101 110001 0 10100 0 10011100 1100100 1001100

Color Harmonies of #83FFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FFCD

Black with #83FFCD

Text Example


Text Example

White with #83FFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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