Html Css Color HEX #83FCDF Aquamarine

📋 copy color: '#83FCDF'

red 131 ◦ green 252 ◦ blue 223

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

Shades of Aquamarine #83FCDF

Tints of Aquamarine #83FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.8%

R = 21.62%
G = 41.58%
B = 36.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#83FCDF (or 0x83FCDF) is known color: Aquamarine. HEX triplet: 83, FC and DF. RGB value is (131,252,223). Sum of RGB (Red+Green+Blue) = 131+252+223=606 (80% of max value = 765). Red value is 131 (51.56% from 255 or 21.62% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 252 - color contains mainly: green. Hex color #83FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FCDF is #7C0320. Grayscale: #D4D4D4. Windows color (decimal): -8127265 or 14679171. OLE color: 14679171.

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

Color convert

RGB 131 252 223 -
CMYK 0.48 0 0.12 0.01
HSL 165.62º 0.95% 0.75% -
HSV(B) 165.62º 0.48% 0.99% -
XYZ 57.49 79.77 82.18 -
YUV 212.52 133.91 69.86 -
System Red Green Blue C M Y K H S L
Decimal 131 252 223 0.48 0 0.12 0.01 165.62 0.95 0.75
Hex 83 FC DF 30 0 C 1 A6 5F 4B
Octal 203 374 337 60 0 14 1 246 137 113
Binary 10000011 11111100 11011111 110000 0 1100 1 10100110 1011111 1001011

Color Harmonies of #83FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83FCDF

Black with #83FCDF

Text Example


Text Example

White with #83FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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