Html Css Color HEX #83F8CB Aquamarine

📋 copy color: '#83F8CB'

red 131 ◦ green 248 ◦ blue 203

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

Shades of Aquamarine #83F8CB

Tints of Aquamarine #83F8CB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.61%

 BLUE value IS 203 (79.69% from 255) = 34.88%

R = 22.51%
G = 42.61%
B = 34.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#83F8CB (or 0x83F8CB) is known color: Aquamarine. HEX triplet: 83, F8 and CB. RGB value is (131,248,203). Sum of RGB (Red+Green+Blue) = 131+248+203=582 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.51% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #83F8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83F8CB is #7C0734. Grayscale: #CFCFCF. Windows color (decimal): -8128309 or 13367427. OLE color: 13367427.

HSL color Cylindrical-coordinate representation of color #83F8CB: hue angle of 156.92º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83F8CB is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 131 248 203 -
CMYK 0.47 0 0.18 0.03
HSL 156.92º 0.89% 0.74% -
HSV(B) 156.92º 0.47% 0.97% -
XYZ 53.71 76.27 68.39 -
YUV 207.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 131 248 203 0.47 0 0.18 0.03 156.92 0.89 0.74
Hex 83 F8 CB 2F 0 12 3 9D 59 4A
Octal 203 370 313 57 0 22 3 235 131 112
Binary 10000011 11111000 11001011 101111 0 10010 11 10011101 1011001 1001010

Color Harmonies of #83F8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83F8CB

Black with #83F8CB

Text Example


Text Example

White with #83F8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,248,203); }

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

background-color css

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

 a { background-color: rgb(131,248,203); }

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

border-color css

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

 span { border-color: rgb(131,248,203); }

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