Html Css Color HEX #83FCDB Aquamarine

📋 copy color: '#83FCDB'

red 131 ◦ green 252 ◦ blue 219

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

Shades of Aquamarine #83FCDB

Tints of Aquamarine #83FCDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 21.76%
G = 41.86%
B = 36.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#83FCDB (or 0x83FCDB) is known color: Aquamarine. HEX triplet: 83, FC and DB. RGB value is (131,252,219). Sum of RGB (Red+Green+Blue) = 131+252+219=602 (79% of max value = 765). Red value is 131 (51.56% from 255 or 21.76% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCDB is #7C0324. Grayscale: #D4D4D4. Windows color (decimal): -8127269 or 14417027. OLE color: 14417027.

HSL color Cylindrical-coordinate representation of color #83FCDB: hue angle of 163.64º 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 #83FCDB is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 131 252 219 -
CMYK 0.48 0 0.13 0.01
HSL 163.64º 0.95% 0.75% -
HSV(B) 163.64º 0.48% 0.99% -
XYZ 56.96 79.56 79.37 -
YUV 212.06 131.91 70.18 -
System Red Green Blue C M Y K H S L
Decimal 131 252 219 0.48 0 0.13 0.01 163.64 0.95 0.75
Hex 83 FC DB 30 0 D 1 A4 5F 4B
Octal 203 374 333 60 0 15 1 244 137 113
Binary 10000011 11111100 11011011 110000 0 1101 1 10100100 1011111 1001011

Color Harmonies of #83FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FCDB

Black with #83FCDB

Text Example


Text Example

White with #83FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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