#83FFCB

Color #83FFCB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #83FFCB

Tints of Aquamarine #83FFCB

Color information

#83FFCB (or 0x83FFCB) is unknown color: approx Aquamarine. HEX triplet: 83, FF and CB. RGB value is (131,255,203). Sum of RGB (Red+Green+Blue) = 131+255+203=589 (78% of max value = 765). Red value is 131 (51.56% from 255 or 22.24% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #83FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83FFCB is #7C0034. Grayscale: #D4D4D4. Windows color (decimal): -8126517 or 13369219. OLE color: 13369219.

HSL color Cylindrical-coordinate representation of color #83FFCB: hue angle of 154.84º 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 #83FFCB is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB131255203-
CMYK0.4900.200
HSL154.84º100%75.69%-
HSV(B)154.84º48.63%100%-
XYZ55.980.6669.12-
YUV212122.9270.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 22.24%
GREEN value IS 255 (100% from 255) = 43.29%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=22.24%
G=43.29%
B=34.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1312552030.4900.200154.8410075.69
Hex83FFCB3101409b644c
Octal203377313610240233144114
Binary10000011111111111100101111000101010001001101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83FFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83FFCB;
 }
 .AnyTagClassName
 {
   color: #83FFCB;
 }
</style>
background-color css

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

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

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

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

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

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