Html Css Color HEX #83FCCE Aquamarine

📋 copy color: '#83FCCE'

red 131 ◦ green 252 ◦ blue 206

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

Shades of Aquamarine #83FCCE

Tints of Aquamarine #83FCCE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.78%

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

R = 22.24%
G = 42.78%
B = 34.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#83FCCE (or 0x83FCCE) is known color: Aquamarine. HEX triplet: 83, FC and CE. RGB value is (131,252,206). Sum of RGB (Red+Green+Blue) = 131+252+206=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCCE is #7C0331. Grayscale: #D2D2D2. Windows color (decimal): -8127282 or 13565059. OLE color: 13565059.

HSL color Cylindrical-coordinate representation of color #83FCCE: hue angle of 157.19º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83FCCE is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 252 206 -
CMYK 0.48 0 0.18 0.01
HSL 157.19º 0.95% 0.75% -
HSV(B) 157.19º 0.48% 0.99% -
XYZ 55.31 78.9 70.71 -
YUV 210.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 131 252 206 0.48 0 0.18 0.01 157.19 0.95 0.75
Hex 83 FC CE 30 0 12 1 9D 5F 4B
Octal 203 374 316 60 0 22 1 235 137 113
Binary 10000011 11111100 11001110 110000 0 10010 1 10011101 1011111 1001011

Color Harmonies of #83FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FCCE

Black with #83FCCE

Text Example


Text Example

White with #83FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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